core-jgi/migration-historic/360lts-i1.0a/postgresql/843-IDEMPIERE-13.sql

11 lines
293 B
MySQL
Raw Normal View History

2012-05-28 14:59:46 +07:00
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-13 Workflows not appearing
UPDATE AD_WF_Node Set XPosition=0, YPosition=0;
UPDATE AD_System
SET LastMigrationScriptApplied='843_IDEMPIERE-13.sql'
WHERE LastMigrationScriptApplied<'843_IDEMPIERE-13.sql'
OR LastMigrationScriptApplied IS NULL
;