IDEMPIERE-602 - Remove Furniture/Fertilizer Internal Shipper from System - fix migration script
This commit is contained in:
parent
abf201f9b6
commit
6f59d2772e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue