Fix script for IDEMPIERE-1285 Estimated Landed Cost for PO - ORA-00972: identifier is too long

This commit is contained in:
Carlos Ruiz 2013-08-21 10:15:08 -05:00
parent 2bc4d66d9e
commit 7740cd7854
2 changed files with 2 additions and 2 deletions

View File

@ -633,7 +633,7 @@ ALTER TABLE C_OrderLandedCostAllocation ADD C_OrderLandedCostAllocation_UU NVARC
-- Aug 19, 2013 2:20:52 PM MYT
-- IDEMPIERE-1285 Estimated Landed Cost for PO
ALTER TABLE C_OrderLandedCostAllocation ADD CONSTRAINT C_OrderLandedCostAllocation_uu_idx UNIQUE (C_OrderLandedCostAllocation_UU)
ALTER TABLE C_OrderLandedCostAllocation ADD CONSTRAINT C_OrderLandedCostAlloc_uu_idx UNIQUE (C_OrderLandedCostAllocation_UU)
;
-- Aug 19, 2013 2:20:52 PM MYT

View File

@ -633,7 +633,7 @@ ALTER TABLE C_OrderLandedCostAllocation ADD COLUMN C_OrderLandedCostAllocation_U
-- Aug 19, 2013 2:20:52 PM MYT
-- IDEMPIERE-1285 Estimated Landed Cost for PO
ALTER TABLE C_OrderLandedCostAllocation ADD CONSTRAINT C_OrderLandedCostAllocation_uu_idx UNIQUE (C_OrderLandedCostAllocation_UU)
ALTER TABLE C_OrderLandedCostAllocation ADD CONSTRAINT C_OrderLandedCostAlloc_uu_idx UNIQUE (C_OrderLandedCostAllocation_UU)
;
-- Aug 19, 2013 2:20:52 PM MYT