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 ;