File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 135135 <index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" indexType =" btree" >
136136 <column name =" attribute_id" />
137137 </index >
138+ <index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_ENTITY_ID" indexType =" btree" >
139+ <column name =" attribute_id" />
140+ <column name =" entity_id" />
141+ </index >
138142 <index referenceId =" CATALOG_PRODUCT_ENTITY_INT_STORE_ID" indexType =" btree" >
139143 <column name =" store_id" />
140144 </index >
Original file line number Diff line number Diff line change 6969 },
7070 "index" : {
7171 "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" : true ,
72+ "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_ENTITY_ID" : true ,
7273 "CATALOG_PRODUCT_ENTITY_INT_STORE_ID" : true ,
7374 "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_STORE_ID_VALUE" : true
7475 },
You can’t perform that action at this time.
0 commit comments