We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7496d commit dbfd16cCopy full SHA for dbfd16c
app/code/Magento/Bundle/etc/db_schema.xml
@@ -45,10 +45,6 @@
45
<constraint xsi:type="foreign" name="CAT_PRD_BNDL_OPT_VAL_OPT_ID_CAT_PRD_BNDL_OPT_OPT_ID"
46
table="catalog_product_bundle_option_value" column="option_id"
47
referenceTable="catalog_product_bundle_option" referenceColumn="option_id" onDelete="CASCADE"/>
48
- <constraint xsi:type="unique" name="CATALOG_PRODUCT_BUNDLE_OPTION_VALUE_OPTION_ID_STORE_ID">
49
- <column name="option_id"/>
50
- <column name="store_id"/>
51
- </constraint>
52
<constraint xsi:type="unique" name="CAT_PRD_BNDL_OPT_VAL_OPT_ID_PARENT_PRD_ID_STORE_ID">
53
<column name="option_id"/>
54
<column name="parent_product_id"/>
0 commit comments