7 lines
258 B
MySQL
7 lines
258 B
MySQL
|
-- 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
|
||
|
;
|