commit 11.12

This commit is contained in:
Developer01
2025-12-11 14:39:42 +01:00
parent b6a6495f52
commit 670f58e1fa
15 changed files with 229 additions and 123 deletions

View File

@@ -0,0 +1,8 @@
UPDATE TBDD_MODULES SET DB_VERSION = '2.5' where NAME = 'Process-Manager';
GO
ALTER TABLE dbo.TBPM_PROFILE
ADD NOT_RESP_COMMENT BIT NOT NULL DEFAULT 1 ;