15_JobRunner/Updates/001_23_01_2024.sql hinzugefügt
This commit is contained in:
parent
a8672d00d0
commit
ae8a196ea9
10
15_JobRunner/Updates/001_23_01_2024.sql
Normal file
10
15_JobRunner/Updates/001_23_01_2024.sql
Normal file
@ -0,0 +1,10 @@
|
||||
USE DD_ECM
|
||||
|
||||
IF NOT EXISTS(SELECT 1 FROM sys.columns
|
||||
WHERE Name = N'FORMAT_STRING'
|
||||
AND Object_ID = Object_ID(N'dbo.TBCUST_JOBRUNNER_QUERY'))
|
||||
BEGIN
|
||||
-- Column Exists
|
||||
ALTER TABLE TBCUST_JOBRUNNER_QUERY ADD ACTIVE BIT NOT NULL DEFAULT 1
|
||||
END
|
||||
GO
|
||||
Loading…
x
Reference in New Issue
Block a user