IDEMPIERE-326 - Oracle procedure T_InventoryValue_Create has error
This commit is contained in:
parent
a837333c93
commit
a307832930
|
@ -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
|
||||
;
|
|
@ -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
|
||||
;
|
Loading…
Reference in New Issue