MS initial

This commit is contained in:
2023-04-14 10:30:03 +02:00
parent 0cae5d3cba
commit 7555e91462
26 changed files with 2068 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.0.0.2' where NAME = 'Process-Manager'
GO
ALTER TABLE TBPM_CONTROL_TABLE ALTER COLUMN SQL_COMMAND VARCHAR (MAX);