This commit is contained in:
2022-07-15 12:42:54 +02:00
parent dbf1fd665c
commit dab7899b1f
12 changed files with 229 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.0.0.6' where NAME = 'Process-Manager'
GO
ALTER TABLE [TBPM_CONTROL_TABLE]
ADD [SUMMARY_FUNCTION] VARCHAR(20) NOT NULL DEFAULT ('NONE')
GO