From 7740cd7854fe23b8a81c13477ca5b7a92500f4e2 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 21 Aug 2013 10:15:08 -0500 Subject: [PATCH] Fix script for IDEMPIERE-1285 Estimated Landed Cost for PO - ORA-00972: identifier is too long --- migration/i1.0c-release/oracle/201308190830_IDEMPIERE-1285.sql | 2 +- .../i1.0c-release/postgresql/201308190830_IDEMPIERE-1285.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/i1.0c-release/oracle/201308190830_IDEMPIERE-1285.sql b/migration/i1.0c-release/oracle/201308190830_IDEMPIERE-1285.sql index cdddc19a6f..30d9eb7e04 100644 --- a/migration/i1.0c-release/oracle/201308190830_IDEMPIERE-1285.sql +++ b/migration/i1.0c-release/oracle/201308190830_IDEMPIERE-1285.sql @@ -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 diff --git a/migration/i1.0c-release/postgresql/201308190830_IDEMPIERE-1285.sql b/migration/i1.0c-release/postgresql/201308190830_IDEMPIERE-1285.sql index f2e2f9326f..269aec8488 100644 --- a/migration/i1.0c-release/postgresql/201308190830_IDEMPIERE-1285.sql +++ b/migration/i1.0c-release/postgresql/201308190830_IDEMPIERE-1285.sql @@ -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