Fix problem with script, it must be finished with ";" to make it run properly with migration_postgresql.sh tool
This commit is contained in:
parent
58495c0f1f
commit
88f79db0ce
|
@ -1,7 +1,6 @@
|
|||
|
||||
-- Jan 13, 2009 5:59:32 PM ECT
|
||||
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
|
||||
UPDATE AD_Column SET DefaultValue='Z',Updated=TO_DATE('2009-01-13 17:59:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=2291
|
||||
;
|
||||
|
||||
UPDATE AD_WF_Node SET Action = 'Z' WHERE Action='N'
|
||||
UPDATE AD_WF_Node SET Action = 'Z' WHERE Action='N'
|
||||
;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
-- Jan 13, 2009 5:59:32 PM ECT
|
||||
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
|
||||
UPDATE AD_Column SET DefaultValue='Z',Updated=TO_TIMESTAMP('2009-01-13 17:59:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Column_ID=2291
|
||||
;
|
||||
|
||||
UPDATE AD_WF_Node SET Action = 'Z' WHERE Action='N'
|
||||
UPDATE AD_WF_Node SET Action = 'Z' WHERE Action='N'
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue