From d7e374a5de7e121cdb69b0c996d2b70993fdf491 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Mon, 6 Aug 2012 14:36:23 -0500 Subject: [PATCH] Add newlines to migration scripts to allow cat | sqlplus --- migration/360lts-release/oracle/852_IDEMPIERE-338.sql | 3 ++- migration/360lts-release/oracle/853_IDEMPIERE-326.sql | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 +; +