Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0054635Openbravo ERPA. Platformpublic2024-02-09 07:332024-02-09 10:49
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
Core
No
0054635: API change: unique constraint in ad_application.value column
With issue 0054633 we are adding a new unique constraint in ad_application table for the value column, which is an API change in the DB model:

- +++++++++++++++++++++++++++++++++++++++++++++++++++
 [checkAPI] 6097 [main] ERROR org.openbravo.ddlutils.task.CheckAPIDistribution - Unique constraint added: table: AD_APPLICATION - Unique constraint: AD_APPLICATION_VALUE
.
Approved
blocks defect 0054633 closed caristu search keys of ad_application table are not unique 
Issue History
2024-02-09 07:33caristuNew Issue
2024-02-09 07:33caristuAssigned To => caristu
2024-02-09 07:33caristuModules => Core
2024-02-09 07:33caristuTriggers an Emergency Pack => No
2024-02-09 07:33caristuIssue generated from0054633
2024-02-09 07:33caristuRelationship addedblocks 0054633
2024-02-09 07:33caristuSummaryAPI changge: unique constraint in ad_application.value column => API change: unique constraint in ad_application.value column
2024-02-09 07:35hgbotNote Added: 0160516
2024-02-09 09:53alostaleTag Attached: Approved
2024-02-09 10:49hgbotNote Added: 0160534
2024-02-09 10:49hgbotResolutionopen => fixed
2024-02-09 10:49hgbotStatusnew => closed
2024-02-09 10:49hgbotNote Added: 0160535

Notes
(0160516)
hgbot   
2024-02-09 07:35   
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/60 [^]
(0160534)
hgbot   
2024-02-09 10:49   
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/60 [^]
(0160535)
hgbot   
2024-02-09 10:49   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: 6e2c95b8339d7e6629e45476776f9d6670a1e7cc
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 09-02-2024 06:38:50
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/6e2c95b8339d7e6629e45476776f9d6670a1e7cc [^]

fixes BUG-54635: add unique constraint for ad_application.value column

---
M model/src-db/database/model/tables/AD_APPLICATION.xml
---