From dc67ae816dc9dd4d353d41f1c6167b5fdc641a5f Mon Sep 17 00:00:00 2001 From: Deepak Pansheriya Date: Tue, 19 Jul 2022 17:33:39 +0530 Subject: [PATCH] IDEMPIERE-5295: Correcting oracle migration script (#1389) * IDEMPIERE-5295: Correcting oracle migration script * Update 202206282000_IDEMPIERE-5295.sql Co-authored-by: Carlos Ruiz --- migration/iD10/oracle/202206282000_IDEMPIERE-5295.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migration/iD10/oracle/202206282000_IDEMPIERE-5295.sql b/migration/iD10/oracle/202206282000_IDEMPIERE-5295.sql index cdb24dbff4..9b914b874a 100644 --- a/migration/iD10/oracle/202206282000_IDEMPIERE-5295.sql +++ b/migration/iD10/oracle/202206282000_IDEMPIERE-5295.sql @@ -16,6 +16,9 @@ ALTER TABLE t_trialbalance DROP CONSTRAINT t_trialbalance_key ; +DROP INDEX T_TRIALBALANCE_KEY +; + ALTER TABLE t_trialbalance ADD CONSTRAINT t_trialbalance_pkey PRIMARY KEY (AD_PInstance_ID, Fact_Acct_ID, Account_ID, AD_Org_ID) ;