IDEMPIERE-851 fitnesse improvements / fix problem with registering migration script

This commit is contained in:
Carlos Ruiz 2013-04-22 19:45:28 -05:00
parent b8a6b85a86
commit ad909c55ac
2 changed files with 2 additions and 2 deletions

View File

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

View File

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