orgFLOW Rechte NodesAnlegen
taskFlow Formula_SQL
This commit is contained in:
6
01_SMART_UP_TOOLS/02_TASKFLOW/Updates/3.0.sql
Normal file
6
01_SMART_UP_TOOLS/02_TASKFLOW/Updates/3.0.sql
Normal 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
|
||||
Reference in New Issue
Block a user