Alle Updates in MainCreateScripts integriert

This commit is contained in:
2023-07-20 08:54:06 +02:00
parent 7669443af5
commit c11a62c129
220 changed files with 42150 additions and 41333 deletions

View File

@@ -0,0 +1,8 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.1.0.1' where NAME = 'Process-Manager'
GO
ALTER TABLE [TBPM_CONTROL_TABLE]
ADD [TYPE_COLUMN] VARCHAR(20) NOT NULL DEFAULT ('TEXT')
GO
ALTER TABLE [TBPM_PROFILE_CONTROLS]
ADD [TABLE_ORDER_COLUMN] VARCHAR(250) NOT NULL DEFAULT ('')
GO