This commit is contained in:
2022-07-21 13:05:54 +02:00
parent 3acde30c37
commit 568af3164d

View File

@@ -0,0 +1,5 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.2.1.2' where NAME = 'Process-Manager'
GO
ALTER TABLE TBPM_PROFILE_CONTROLS ADD SAVE_CHANGE_ON_ENABLED BIT NOT NULL DEFAULT 0
GO