From 34a80293b9ddab5f6ce66dd15d9bc45aa738a2f9 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 7 Aug 2012 11:02:15 -0500 Subject: [PATCH] IDEMPIERE-357 / Fix migration script numbering --- ...57_MenuPortlet.sql => 867_IDEMPIERE-357_MenuPortlet.sql} | 6 +++--- ...57_MenuPortlet.sql => 867_IDEMPIERE-357_MenuPortlet.sql} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename migration/360lts-release/oracle/{863_IDEMPIERE-357_MenuPortlet.sql => 867_IDEMPIERE-357_MenuPortlet.sql} (98%) rename migration/360lts-release/postgresql/{863_IDEMPIERE-357_MenuPortlet.sql => 867_IDEMPIERE-357_MenuPortlet.sql} (98%) diff --git a/migration/360lts-release/oracle/863_IDEMPIERE-357_MenuPortlet.sql b/migration/360lts-release/oracle/867_IDEMPIERE-357_MenuPortlet.sql similarity index 98% rename from migration/360lts-release/oracle/863_IDEMPIERE-357_MenuPortlet.sql rename to migration/360lts-release/oracle/867_IDEMPIERE-357_MenuPortlet.sql index 49ad190da6..6a92019e17 100644 --- a/migration/360lts-release/oracle/863_IDEMPIERE-357_MenuPortlet.sql +++ b/migration/360lts-release/oracle/867_IDEMPIERE-357_MenuPortlet.sql @@ -189,7 +189,7 @@ UPDATE PA_DashboardContent SET AD_User_ID=0 WHERE AD_User_ID IS NULL ; UPDATE AD_System - SET LastMigrationScriptApplied='863_IDEMPIERE-357_MenuPortlet.sql' -WHERE LastMigrationScriptApplied<'863_IDEMPIERE-357_MenuPortlet.sql' + SET LastMigrationScriptApplied='867_IDEMPIERE-357_MenuPortlet.sql' +WHERE LastMigrationScriptApplied<'867_IDEMPIERE-357_MenuPortlet.sql' OR LastMigrationScriptApplied IS NULL -; \ No newline at end of file +; diff --git a/migration/360lts-release/postgresql/863_IDEMPIERE-357_MenuPortlet.sql b/migration/360lts-release/postgresql/867_IDEMPIERE-357_MenuPortlet.sql similarity index 98% rename from migration/360lts-release/postgresql/863_IDEMPIERE-357_MenuPortlet.sql rename to migration/360lts-release/postgresql/867_IDEMPIERE-357_MenuPortlet.sql index cab6422057..336b5eb694 100644 --- a/migration/360lts-release/postgresql/863_IDEMPIERE-357_MenuPortlet.sql +++ b/migration/360lts-release/postgresql/867_IDEMPIERE-357_MenuPortlet.sql @@ -189,7 +189,7 @@ UPDATE PA_DashboardContent SET AD_User_ID=0 WHERE AD_User_ID IS NULL ; UPDATE AD_System - SET LastMigrationScriptApplied='863_IDEMPIERE-357_MenuPortlet.sql' -WHERE LastMigrationScriptApplied<'863_IDEMPIERE-357_MenuPortlet.sql' + SET LastMigrationScriptApplied='867_IDEMPIERE-357_MenuPortlet.sql' +WHERE LastMigrationScriptApplied<'867_IDEMPIERE-357_MenuPortlet.sql' OR LastMigrationScriptApplied IS NULL -; \ No newline at end of file +;