Fix problem with script, it must be finished with ";" to make it run properly with migration_postgresql.sh tool

This commit is contained in:
Carlos Ruiz 2009-03-07 17:21:19 +00:00
parent 58495c0f1f
commit 88f79db0ce
2 changed files with 4 additions and 5 deletions

View File

@ -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'
;

View File

@ -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'
;