diff --git a/migration/360lts-release/oracle/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql b/migration/360lts-release/oracle/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql index 9991917cfa..536203e730 100644 --- a/migration/360lts-release/oracle/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql +++ b/migration/360lts-release/oracle/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql @@ -44,7 +44,7 @@ UPDATE AD_Process_Para SET EntityType='D',Updated=TO_DATE('2012-08-06 12:20:29', ; UPDATE AD_System - SET LastMigrationScriptApplied='863_IDEMPIERE-246_Manufacturing_Light.sql' -WHERE LastMigrationScriptApplied<'863_IDEMPIERE-246_Manufacturing_Light.sql' + SET LastMigrationScriptApplied='864_IDEMPIERE-246_Manufacturing_Light_kanban.sql' +WHERE LastMigrationScriptApplied<'864_IDEMPIERE-246_Manufacturing_Light_kanban.sql' OR LastMigrationScriptApplied IS NULL ; diff --git a/migration/360lts-release/postgresql/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql b/migration/360lts-release/postgresql/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql index 4c1d09a775..74d071a2ad 100644 --- a/migration/360lts-release/postgresql/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql +++ b/migration/360lts-release/postgresql/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql @@ -39,7 +39,7 @@ UPDATE AD_Process_Para SET EntityType='D',Updated=TO_TIMESTAMP('2012-08-06 12:20 ; UPDATE AD_System - SET LastMigrationScriptApplied='863_IDEMPIERE-246_Manufacturing_Light.sql' -WHERE LastMigrationScriptApplied<'863_IDEMPIERE-246_Manufacturing_Light.sql' + SET LastMigrationScriptApplied='864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql' +WHERE LastMigrationScriptApplied<'864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql' OR LastMigrationScriptApplied IS NULL ;