orgFLOW Rechte NodesAnlegen

taskFlow Formula_SQL
This commit is contained in:
Developer01
2026-03-24 17:23:02 +01:00
parent 01e0c726e5
commit f59f8a22d3
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
UPDATE TBDD_MODULES SET DB_VERSION = '3.0' where NAME = 'Process-Manager';
GO
ALTER TABLE dbo.TBPM_CONTROL_TABLE
ADD FORMULA_SQL NVARCHAR(3000) NOT NULL DEFAULT '';
GO