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 1ebd7cc commit 503b53dCopy full SHA for 503b53d
app/code/Magento/Wishlist/etc/db_schema.xml
@@ -77,9 +77,5 @@
77
<constraint xsi:type="foreign" referenceId="FK_A014B30B04B72DD0EAB3EECD779728D6" table="wishlist_item_option"
78
column="wishlist_item_id" referenceTable="wishlist_item" referenceColumn="wishlist_item_id"
79
onDelete="CASCADE"/>
80
- <constraint xsi:type="foreign" referenceId="WISHLIST_ITEM_OPTION_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID"
81
- table="wishlist_item_option"
82
- column="product_id" referenceTable="catalog_product_entity" referenceColumn="entity_id"
83
- onDelete="CASCADE"/>
84
</table>
85
</schema>
0 commit comments