File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 138
138
<index referenceId =" CATALOG_PRODUCT_ENTITY_INT_STORE_ID" indexType =" btree" >
139
139
<column name =" store_id" />
140
140
</index >
141
+ <index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_STORE_ID_VALUE" indexType =" btree" >
142
+ <column name =" attribute_id" />
143
+ <column name =" store_id" />
144
+ <column name =" value" />
145
+ </index >
141
146
</table >
142
147
<table name =" catalog_product_entity_text" resource =" default" engine =" innodb"
143
148
comment =" Catalog Product Text Attribute Backend Table" >
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_STORE_ID" : true
72
+ "CATALOG_PRODUCT_ENTITY_INT_STORE_ID" : true ,
73
+ "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_STORE_ID_VALUE" : true
73
74
},
74
75
"constraint" : {
75
76
"PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments