IDEMPIERE-326 - Oracle procedure T_InventoryValue_Create has error

This commit is contained in:
Nicolas Micoud 2012-07-12 15:20:49 +02:00
parent a837333c93
commit a307832930
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Oracle procedure T_InventoryValue_Create is no longer used, can be deleted
drop procedure "T_INVENTORYVALUE_CREATE";
UPDATE AD_System
SET LastMigrationScriptApplied='853_IDEMPIERE-326.sql'
WHERE LastMigrationScriptApplied<'853_IDEMPIERE-326.sql'
OR LastMigrationScriptApplied IS NULL
;

View File

@ -0,0 +1,7 @@
-- Oracle procedure T_InventoryValue_Create is no longer used, can be deleted
UPDATE AD_System
SET LastMigrationScriptApplied='853_IDEMPIERE-326.sql'
WHERE LastMigrationScriptApplied<'853_IDEMPIERE-326.sql'
OR LastMigrationScriptApplied IS NULL
;