IDEMPIERE-704 Fix Scheduler window / fix migration script for automated application

This commit is contained in:
Carlos Ruiz 2013-04-23 08:25:21 -05:00
parent ddea35b8d2
commit cbd06adec1
2 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,5 @@ UPDATE AD_Column SET DefaultValue='1',Updated=TO_DATE('2013-03-18 10:42:09','YYY
;
SELECT register_migration_script('201303181045_IDEMPIERE-704.sql') FROM dual
;

View File

@ -8,4 +8,5 @@ UPDATE AD_Column SET DefaultValue='1',Updated=TO_TIMESTAMP('2013-03-18 10:42:09'
;
SELECT register_migration_script('201303181045_IDEMPIERE-704.sql') FROM dual
;