IDEMPIERE-704 Fix Scheduler window / fix migration script for automated application
This commit is contained in:
parent
ddea35b8d2
commit
cbd06adec1
|
@ -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
|
SELECT register_migration_script('201303181045_IDEMPIERE-704.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
||||||
|
|
|
@ -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
|
SELECT register_migration_script('201303181045_IDEMPIERE-704.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue