Bring in Manufacturing Light code from Adaxa / Paul Bowden

Corrections
This commit is contained in:
Dirk Niemeyer 2012-08-07 15:46:31 +02:00
parent 721cb5cdcc
commit bd1a692452
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ UPDATE AD_Process_Para SET EntityType='D',Updated=TO_DATE('2012-08-06 12:20:29',
; ;
UPDATE AD_System UPDATE AD_System
SET LastMigrationScriptApplied='863_IDEMPIERE-246_Manufacturing_Light.sql' SET LastMigrationScriptApplied='864_IDEMPIERE-246_Manufacturing_Light_kanban.sql'
WHERE LastMigrationScriptApplied<'863_IDEMPIERE-246_Manufacturing_Light.sql' WHERE LastMigrationScriptApplied<'864_IDEMPIERE-246_Manufacturing_Light_kanban.sql'
OR LastMigrationScriptApplied IS NULL OR LastMigrationScriptApplied IS NULL
; ;

View File

@ -39,7 +39,7 @@ UPDATE AD_Process_Para SET EntityType='D',Updated=TO_TIMESTAMP('2012-08-06 12:20
; ;
UPDATE AD_System UPDATE AD_System
SET LastMigrationScriptApplied='863_IDEMPIERE-246_Manufacturing_Light.sql' SET LastMigrationScriptApplied='864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql'
WHERE LastMigrationScriptApplied<'863_IDEMPIERE-246_Manufacturing_Light.sql' WHERE LastMigrationScriptApplied<'864_IDEMPIERE-246_Manufacturing_Light_Kanban.sql'
OR LastMigrationScriptApplied IS NULL OR LastMigrationScriptApplied IS NULL
; ;