commit 11.12
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
UPDATE TBDD_MODULES SET DB_VERSION = '2.4.2.1' where NAME = 'Process-Manager';
|
||||
--Das Overview-SQL zur Workflowdarstellung muss um folgenden LEFT JOIN erweitert werden
|
||||
--#############################################################################################
|
||||
--LEFT JOIN TBTF_PROFILE_FILES_WORK PFW ON T.DOC_ID = PFW.DocID AND T.PROFIL_ID = PFW.ProfileID
|
||||
@@ -5,7 +6,6 @@
|
||||
--und einen where-Teil:
|
||||
--#############################################################################################
|
||||
--(PFW.DocID IS NULL OR (PFW.InWork = 0 AND PFW.Worked = 0))
|
||||
UPDATE TBDD_MODULES SET DB_VERSION = '2.4.2.1' where NAME = 'Process-Manager';
|
||||
GO
|
||||
IF EXISTS(SELECT * FROM sys.columns
|
||||
WHERE Name = N'SQL_PROFILE_MAIN_VIEW'
|
||||
|
||||
Reference in New Issue
Block a user