IDEMPIERE-851 fitnesse improvements / fix problem with registering migration script
This commit is contained in:
parent
b8a6b85a86
commit
ad909c55ac
|
@ -9,6 +9,6 @@ UPDATE AD_Column SET IsAllowLogging='N',Updated=TO_DATE('2013-04-18 18:42:14','Y
|
|||
;
|
||||
|
||||
|
||||
SELECT register_migration_script('2010304181900_IDEMPIERE-851.sql') FROM dual
|
||||
SELECT register_migration_script('201304181900_IDEMPIERE-851.sql') FROM dual
|
||||
;
|
||||
|
||||
|
|
|
@ -9,5 +9,5 @@ UPDATE AD_Column SET IsAllowLogging='N',Updated=TO_TIMESTAMP('2013-04-18 18:42:1
|
|||
;
|
||||
|
||||
|
||||
SELECT register_migration_script('2010304181900_IDEMPIERE-851.sql') FROM dual
|
||||
SELECT register_migration_script('201304181900_IDEMPIERE-851.sql') FROM dual
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue