Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/code/Magento/Catalog/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,11 +884,11 @@
<index referenceId="CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_VALUE_VALUE_ID" indexType="btree">
<column name="value_id"/>
</index>
<index referenceId="CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID" indexType="btree">
<constraint referenceId="CAT_PRD_ENTT_MDA_GLR_VAL_ENTT_ID_VAL_ID_STORE_ID_UNQ" xsi:type="unique">
<column name="entity_id"/>
<column name="value_id"/>
<column name="store_id"/>
</index>
</constraint>
</table>
<table name="catalog_product_option" resource="default" engine="innodb" comment="Catalog Product Option Table">
<column xsi:type="int" name="option_id" unsigned="true" nullable="false" identity="true"
Expand Down