File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
3
/**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
4
+ * Copyright 2018 Adobe
5
+ * All Rights Reserved .
6
6
*/
7
7
-->
8
8
<schema xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
132
132
<column name =" attribute_id" />
133
133
<column name =" store_id" />
134
134
</constraint >
135
+ <index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" indexType =" btree" >
136
+ <column name =" attribute_id" />
137
+ </index >
135
138
<index referenceId =" CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID_ENTITY_ID" indexType =" btree" >
136
139
<column name =" attribute_id" />
137
140
<column name =" entity_id" />
Original file line number Diff line number Diff line change 68
68
"value" : true
69
69
},
70
70
"index" : {
71
+ "CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID" : true ,
71
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
You can’t perform that action at this time.
0 commit comments