TransportScripts und taskFLOW

This commit is contained in:
Developer01
2026-02-02 11:01:08 +01:00
parent 670f58e1fa
commit 3917c9c675
3 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.7' where NAME = 'Process-Manager';
GO
ALTER TABLE dbo.TBPM_CONTROL_TABLE
ADD INHERIT_VALUE BIT NOT NULL DEFAULT 0;