diff --git a/migration/360lts-release/oracle/832_IDEMPIERE-215.sql b/migration/360lts-release/oracle/832_IDEMPIERE-215.sql index e18e4e1db9..81c8a32dc6 100644 --- a/migration/360lts-release/oracle/832_IDEMPIERE-215.sql +++ b/migration/360lts-release/oracle/832_IDEMPIERE-215.sql @@ -18,11 +18,6 @@ DELETE FROM AD_Table_Trl WHERE AD_Table_ID=327 DELETE FROM AD_Table WHERE AD_Table_ID=327 ; --- Apr 4, 2012 11:00:31 AM MYT --- IDEMPIERE-215 Costing: Remove M_Product_Costing -DELETE FROM AD_ReportView WHERE AD_ReportView_ID=125 -; - -- Apr 4, 2012 11:04:34 AM MYT -- IDEMPIERE-215 Costing: Remove M_Product_Costing DELETE FROM AD_Menu_Trl WHERE AD_Menu_ID=314 @@ -79,4 +74,3 @@ WHERE LastMigrationScriptApplied<'832_IDEMPIERE-215.sql' OR LastMigrationScriptApplied IS NULL ; - diff --git a/migration/360lts-release/oracle/835_IDEMPIERE-195_MenuAutoExpand.sql b/migration/360lts-release/oracle/835_IDEMPIERE-195_MenuAutoExpand.sql index 53936ca78d..715178bad0 100644 --- a/migration/360lts-release/oracle/835_IDEMPIERE-195_MenuAutoExpand.sql +++ b/migration/360lts-release/oracle/835_IDEMPIERE-195_MenuAutoExpand.sql @@ -342,4 +342,5 @@ UPDATE AD_System SET LastMigrationScriptApplied='835_IDEMPIERE-195_MenuAutoExpand.sql' WHERE LastMigrationScriptApplied<'835_IDEMPIERE-195_MenuAutoExpand.sql' OR LastMigrationScriptApplied IS NULL -; \ No newline at end of file +; + diff --git a/migration/360lts-release/oracle/840_IDEMPIERE-274.sql b/migration/360lts-release/oracle/840_IDEMPIERE-274.sql index c776d28aea..7507590e37 100644 --- a/migration/360lts-release/oracle/840_IDEMPIERE-274.sql +++ b/migration/360lts-release/oracle/840_IDEMPIERE-274.sql @@ -8,6 +8,7 @@ begin uuid := substr(guid, 1, 8) || '-' || substr(guid, 9, 4) || '-' || substr(guid, 13, 4) || '-' || substr(guid, 17, 4) || '-' || substr(guid, 21, 12); return uuid; end; +/ UPDATE AD_System SET LastMigrationScriptApplied='840_IDEMPIERE-274.sql' diff --git a/migration/360lts-release/oracle/842_IDEMPIERE-277.sql b/migration/360lts-release/oracle/842_IDEMPIERE-277.sql index 793db71d78..797bb0b698 100644 --- a/migration/360lts-release/oracle/842_IDEMPIERE-277.sql +++ b/migration/360lts-release/oracle/842_IDEMPIERE-277.sql @@ -1,3 +1,5 @@ +SET DEFINE OFF + -- May 28, 2012 3:21:04 PM MYT -- IDEMPIERE-277 Wrong Translation for "Home" UPDATE AD_Message SET MsgText='&Home',Updated=TO_DATE('2012-05-28 15:21:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=293 diff --git a/migration/processes_post_migration/oracle/01_add_missing_Translations.sql b/migration/processes_post_migration/oracle/01_add_missing_Translations.sql index 8d350e32d2..b3ba3d6223 100644 --- a/migration/processes_post_migration/oracle/01_add_missing_Translations.sql +++ b/migration/processes_post_migration/oracle/01_add_missing_Translations.sql @@ -65,4 +65,5 @@ BEGIN DBMS_OUTPUT.PUT_LINE ('End'); COMMIT; END; -/ \ No newline at end of file +/ + diff --git a/migration/processes_post_migration/oracle/02_SynchronizeTerminology.sql b/migration/processes_post_migration/oracle/02_SynchronizeTerminology.sql index 1d1b734875..c4c4dfa961 100644 --- a/migration/processes_post_migration/oracle/02_SynchronizeTerminology.sql +++ b/migration/processes_post_migration/oracle/02_SynchronizeTerminology.sql @@ -907,3 +907,4 @@ UPDATE AD_TABLE_TRL tt AND tt.NAME <> e.NAME); COMMIT ; + diff --git a/migration/processes_post_migration/oracle/03_update_sequences.sql b/migration/processes_post_migration/oracle/03_update_sequences.sql index 15f5b22602..ac1abdfa3a 100644 --- a/migration/processes_post_migration/oracle/03_update_sequences.sql +++ b/migration/processes_post_migration/oracle/03_update_sequences.sql @@ -118,3 +118,4 @@ BEGIN DBMS_OUTPUT.PUT_LINE ('End'); END; / + diff --git a/migration/processes_post_migration/oracle/04_role_access_update.sql b/migration/processes_post_migration/oracle/04_role_access_update.sql index a2fe944b1c..89a22dda7a 100644 --- a/migration/processes_post_migration/oracle/04_role_access_update.sql +++ b/migration/processes_post_migration/oracle/04_role_access_update.sql @@ -78,4 +78,5 @@ BEGIN COMMIT; END; -/ \ No newline at end of file +/ + diff --git a/org.adempiere.server-feature/data/seed/LAST_SCRIPT_APPLIED_ON_THIS_SEED b/org.adempiere.server-feature/data/seed/LAST_SCRIPT_APPLIED_ON_THIS_SEED index 06319edb2f..0b2b3b4796 100644 --- a/org.adempiere.server-feature/data/seed/LAST_SCRIPT_APPLIED_ON_THIS_SEED +++ b/org.adempiere.server-feature/data/seed/LAST_SCRIPT_APPLIED_ON_THIS_SEED @@ -1 +1 @@ -809_IDEMPIERE23.sql +843-IDEMPIERE-13.sql