Skip to content

fixes BUG-49100: model changes in OBUIAPP_DATA_POOL_SEL table

Description

API changes introduced with openbravo/product/openbravo!565 (merged):

  • Check Constraint addition: table: OBUIAPP_DATA_POOL_SEL - Constraint: OBUIAPP_DPS_REPORT_CONF_CHK defined as: DATA_TYPE <> 'REPORT' OR OBUIAPP_POOL_REPORT_V_ID IS NOT NULL
  • Unique index addition: table: OBUIAPP_DATA_POOL_SEL - Index: OBUIAPP_DPS_REPORT_V_ID_UNIQUE
  • Column change from required to not required: column: OBUIAPP_DATA_POOL_SEL.OBUIAPP_POOL_REPORT_V_ID

Merge request reports