We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf518e commit 4dbf01cCopy full SHA for 4dbf01c
app/code/Magento/Eav/etc/db_schema.xml
@@ -488,6 +488,10 @@
488
<index referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID" indexType="btree">
489
<column name="store_id"/>
490
</index>
491
+ <index referenceId="EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID" indexType="btree">
492
+ <column name="attribute_id"/>
493
+ <column name="store_id"/>
494
+ </index>
495
</table>
496
<table name="eav_form_type" resource="default" engine="innodb" comment="Eav Form Type">
497
<column xsi:type="smallint" name="type_id" padding="5" unsigned="true" nullable="false" identity="true"
0 commit comments