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