IDEMPIERE-5295 Trial Balance Report creates wrong Opening Balance / fix oracle script - caused by mismatch in primary key name IDEMPIERE-5227 (#1387)

This commit is contained in:
Carlos Ruiz 2022-07-08 13:48:56 +02:00 committed by GitHub
parent 1846439e92
commit e4f4999220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ INSERT INTO AD_Process_Para (AD_Process_Para_ID,AD_Client_ID,AD_Org_ID,IsActive,
;
ALTER TABLE t_trialbalance
DROP CONSTRAINT t_trialbalance_pkey
DROP CONSTRAINT t_trialbalance_key
;
ALTER TABLE t_trialbalance