From ad909c55ac9e124c6e4e97b3d1543da84e3e6fab Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 22 Apr 2013 19:45:28 -0500 Subject: [PATCH] IDEMPIERE-851 fitnesse improvements / fix problem with registering migration script --- migration/i1.0a-release/oracle/201304181900_IDEMPIERE-851.sql | 2 +- .../i1.0a-release/postgresql/201304181900_IDEMPIERE-851.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/i1.0a-release/oracle/201304181900_IDEMPIERE-851.sql b/migration/i1.0a-release/oracle/201304181900_IDEMPIERE-851.sql index cf1bca355f..1846d2bdf1 100644 --- a/migration/i1.0a-release/oracle/201304181900_IDEMPIERE-851.sql +++ b/migration/i1.0a-release/oracle/201304181900_IDEMPIERE-851.sql @@ -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 ; diff --git a/migration/i1.0a-release/postgresql/201304181900_IDEMPIERE-851.sql b/migration/i1.0a-release/postgresql/201304181900_IDEMPIERE-851.sql index e7da56f8ca..fea70e5e7e 100644 --- a/migration/i1.0a-release/postgresql/201304181900_IDEMPIERE-851.sql +++ b/migration/i1.0a-release/postgresql/201304181900_IDEMPIERE-851.sql @@ -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 ;