Bring in Manufacturing Light code from Adaxa / Paul Bowden
Corrections
This commit is contained in:
parent
721cb5cdcc
commit
bd1a692452
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue