Skip to content

Commit cec2444

Browse files
committed
fix for #38315 issue (Missing indexing of required columns in catalog_product_entity_int table)
1 parent 292c9b6 commit cec2444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/etc/db_schema.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
</constraint>
135135
<index referenceId="CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" indexType="btree">
136136
<column name="attribute_id"/>
137+
<column name="entity_id"/>
137138
</index>
138139
<index referenceId="CATALOG_PRODUCT_ENTITY_INT_STORE_ID" indexType="btree">
139140
<column name="store_id"/>

0 commit comments

Comments
 (0)