IDEMPIERE-215 - renumber migration script
This commit is contained in:
parent
b4bdf57cd6
commit
c66c713158
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue