core-jgi/migration/i3.1/postgresql/201605301538_IDEMPIERE-3118...

13 lines
517 B
SQL

-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
-- May 30, 2016 3:34:41 PM COT
UPDATE AD_Table SET AD_Window_ID=200086,Updated=TO_TIMESTAMP('2016-05-30 15:34:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=200207
;
-- May 30, 2016 3:34:45 PM COT
UPDATE AD_Table SET AD_Window_ID=200086,Updated=TO_TIMESTAMP('2016-05-30 15:34:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=200208
;
SELECT register_migration_script('201605301538_IDEMPIERE-3118_1005937.sql') FROM dual
;