From bd1a6924522e41fda20102c3586aff95673d26fc Mon Sep 17 00:00:00 2001 From: Dirk Niemeyer Date: Tue, 7 Aug 2012 15:46:31 +0200 Subject: [PATCH] Bring in Manufacturing Light code from Adaxa / Paul Bowden Corrections --- .../oracle/864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql | 4 ++-- .../864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ;