From c66c713158cdcfeaf6f3424be268df8f2c7c6c71 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 4 Apr 2012 11:48:22 -0500 Subject: [PATCH] IDEMPIERE-215 - renumber migration script --- .../oracle/{830_IDEMPIERE-215.sql => 832_IDEMPIERE-215.sql} | 4 ++-- .../{830_IDEMPIERE-215.sql => 832_IDEMPIERE-215.sql} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename migration/360lts-release/oracle/{830_IDEMPIERE-215.sql => 832_IDEMPIERE-215.sql} (95%) rename migration/360lts-release/postgresql/{830_IDEMPIERE-215.sql => 832_IDEMPIERE-215.sql} (94%) diff --git a/migration/360lts-release/oracle/830_IDEMPIERE-215.sql b/migration/360lts-release/oracle/832_IDEMPIERE-215.sql similarity index 95% rename from migration/360lts-release/oracle/830_IDEMPIERE-215.sql rename to migration/360lts-release/oracle/832_IDEMPIERE-215.sql index 8478ee423c..e18e4e1db9 100644 --- a/migration/360lts-release/oracle/830_IDEMPIERE-215.sql +++ b/migration/360lts-release/oracle/832_IDEMPIERE-215.sql @@ -74,8 +74,8 @@ DROP TABLE M_Product_Costing; -- Apr 4, 2012 11:05:22 AM MYT -- IDEMPIERE-215 Costing: Remove M_Product_Costing UPDATE AD_System - SET LastMigrationScriptApplied='830_IDEMPIERE-215.sql' -WHERE LastMigrationScriptApplied<'830_IDEMPIERE-215.sql' + SET LastMigrationScriptApplied='832_IDEMPIERE-215.sql' +WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql' OR LastMigrationScriptApplied IS NULL ; diff --git a/migration/360lts-release/postgresql/830_IDEMPIERE-215.sql b/migration/360lts-release/postgresql/832_IDEMPIERE-215.sql similarity index 94% rename from migration/360lts-release/postgresql/830_IDEMPIERE-215.sql rename to migration/360lts-release/postgresql/832_IDEMPIERE-215.sql index b2482c28be..b245418499 100644 --- a/migration/360lts-release/postgresql/830_IDEMPIERE-215.sql +++ b/migration/360lts-release/postgresql/832_IDEMPIERE-215.sql @@ -69,8 +69,8 @@ DROP TABLE M_Product_Costing; -- Apr 4, 2012 11:05:22 AM MYT -- IDEMPIERE-215 Costing: Remove M_Product_Costing UPDATE AD_System - SET LastMigrationScriptApplied='830_IDEMPIERE-215.sql' -WHERE LastMigrationScriptApplied<'830_IDEMPIERE-215.sql' + SET LastMigrationScriptApplied='832_IDEMPIERE-215.sql' +WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql' OR LastMigrationScriptApplied IS NULL ;