IDEMPIERE-215 - renumber migration script

This commit is contained in:
Carlos Ruiz 2012-04-04 11:48:22 -05:00
parent b4bdf57cd6
commit c66c713158
2 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ DROP TABLE M_Product_Costing;
-- Apr 4, 2012 11:05:22 AM MYT -- Apr 4, 2012 11:05:22 AM MYT
-- IDEMPIERE-215 Costing: Remove M_Product_Costing -- IDEMPIERE-215 Costing: Remove M_Product_Costing
UPDATE AD_System UPDATE AD_System
SET LastMigrationScriptApplied='830_IDEMPIERE-215.sql' SET LastMigrationScriptApplied='832_IDEMPIERE-215.sql'
WHERE LastMigrationScriptApplied<'830_IDEMPIERE-215.sql' WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql'
OR LastMigrationScriptApplied IS NULL OR LastMigrationScriptApplied IS NULL
; ;

View File

@ -69,8 +69,8 @@ DROP TABLE M_Product_Costing;
-- Apr 4, 2012 11:05:22 AM MYT -- Apr 4, 2012 11:05:22 AM MYT
-- IDEMPIERE-215 Costing: Remove M_Product_Costing -- IDEMPIERE-215 Costing: Remove M_Product_Costing
UPDATE AD_System UPDATE AD_System
SET LastMigrationScriptApplied='830_IDEMPIERE-215.sql' SET LastMigrationScriptApplied='832_IDEMPIERE-215.sql'
WHERE LastMigrationScriptApplied<'830_IDEMPIERE-215.sql' WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql'
OR LastMigrationScriptApplied IS NULL OR LastMigrationScriptApplied IS NULL
; ;