diff --git a/migration/360lts-release/oracle/852_IDEMPIERE-338.sql b/migration/360lts-release/oracle/852_IDEMPIERE-338.sql index 9b4530ba42..57bb37aad2 100644 --- a/migration/360lts-release/oracle/852_IDEMPIERE-338.sql +++ b/migration/360lts-release/oracle/852_IDEMPIERE-338.sql @@ -32,4 +32,5 @@ UPDATE AD_System SET LastMigrationScriptApplied='852_IDEMPIERE-338.sql' WHERE LastMigrationScriptApplied<'852_IDEMPIERE-338.sql' OR LastMigrationScriptApplied IS NULL -; \ No newline at end of file +; + diff --git a/migration/360lts-release/oracle/853_IDEMPIERE-326.sql b/migration/360lts-release/oracle/853_IDEMPIERE-326.sql index b177807052..4d9259b1dc 100644 --- a/migration/360lts-release/oracle/853_IDEMPIERE-326.sql +++ b/migration/360lts-release/oracle/853_IDEMPIERE-326.sql @@ -1,8 +1,9 @@ -- Oracle procedure T_InventoryValue_Create is no longer used, can be deleted -drop procedure "T_INVENTORYVALUE_CREATE"; +drop procedure T_INVENTORYVALUE_CREATE; UPDATE AD_System SET LastMigrationScriptApplied='853_IDEMPIERE-326.sql' WHERE LastMigrationScriptApplied<'853_IDEMPIERE-326.sql' OR LastMigrationScriptApplied IS NULL -; \ No newline at end of file +; +