IDEMPIERE-357 / Fix migration script numbering
This commit is contained in:
parent
ccec55291e
commit
34a80293b9
|
@ -189,7 +189,7 @@ UPDATE PA_DashboardContent SET AD_User_ID=0 WHERE AD_User_ID IS NULL
|
||||||
;
|
;
|
||||||
|
|
||||||
UPDATE AD_System
|
UPDATE AD_System
|
||||||
SET LastMigrationScriptApplied='863_IDEMPIERE-357_MenuPortlet.sql'
|
SET LastMigrationScriptApplied='867_IDEMPIERE-357_MenuPortlet.sql'
|
||||||
WHERE LastMigrationScriptApplied<'863_IDEMPIERE-357_MenuPortlet.sql'
|
WHERE LastMigrationScriptApplied<'867_IDEMPIERE-357_MenuPortlet.sql'
|
||||||
OR LastMigrationScriptApplied IS NULL
|
OR LastMigrationScriptApplied IS NULL
|
||||||
;
|
;
|
|
@ -189,7 +189,7 @@ UPDATE PA_DashboardContent SET AD_User_ID=0 WHERE AD_User_ID IS NULL
|
||||||
;
|
;
|
||||||
|
|
||||||
UPDATE AD_System
|
UPDATE AD_System
|
||||||
SET LastMigrationScriptApplied='863_IDEMPIERE-357_MenuPortlet.sql'
|
SET LastMigrationScriptApplied='867_IDEMPIERE-357_MenuPortlet.sql'
|
||||||
WHERE LastMigrationScriptApplied<'863_IDEMPIERE-357_MenuPortlet.sql'
|
WHERE LastMigrationScriptApplied<'867_IDEMPIERE-357_MenuPortlet.sql'
|
||||||
OR LastMigrationScriptApplied IS NULL
|
OR LastMigrationScriptApplied IS NULL
|
||||||
;
|
;
|
Loading…
Reference in New Issue