core-jgi/migration-historic/360lts-i1.0a/postgresql/853_IDEMPIERE-326.sql

7 lines
258 B
MySQL
Raw Normal View History

-- 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
;