IDEMPIERE-602 - Remove Furniture/Fertilizer Internal Shipper from System - fix migration script

This commit is contained in:
Elaine Tan 2013-02-22 17:13:18 +08:00
parent abf201f9b6
commit 6f59d2772e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
ALTER TABLE M_Shipper DROP CONSTRAINT m_shipper_unique_columns;
-- Feb 19, 2013 2:59:58 PM SGT
-- IDEMPIERE-602 Remove Furniture/Fertilizer Internal Shipper from System
DELETE FROM X_Shipper WHERE X_Shipper_ID=200000

View File

@ -1,3 +1,5 @@
ALTER TABLE M_Shipper DROP CONSTRAINT m_shipper_unique_columns;
-- Feb 19, 2013 2:59:58 PM SGT
-- IDEMPIERE-602 Remove Furniture/Fertilizer Internal Shipper from System
DELETE FROM X_Shipper WHERE X_Shipper_ID=200000