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 135
135
<index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" indexType =" btree" >
136
136
<column name =" attribute_id" />
137
137
</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 >
138
142
<index referenceId =" CATALOG_PRODUCT_ENTITY_INT_STORE_ID" indexType =" btree" >
139
143
<column name =" store_id" />
140
144
</index >
Original file line number Diff line number Diff line change 69
69
},
70
70
"index" : {
71
71
"CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" : true ,
72
+ "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_ENTITY_ID" : true ,
72
73
"CATALOG_PRODUCT_ENTITY_INT_STORE_ID" : true ,
73
74
"CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_STORE_ID_VALUE" : true
74
75
},
You can’t perform that action at this time.
0 commit comments