Skip to content

Commit 4dbf01c

Browse files
author
Kaushik Chavda
committed
#24581 Added unique key on eav_attribute_label table
- Fixed pipeline issue.
1 parent dbf518e commit 4dbf01c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Eav/etc/db_schema.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@
488488
<index referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID" indexType="btree">
489489
<column name="store_id"/>
490490
</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>
491495
</table>
492496
<table name="eav_form_type" resource="default" engine="innodb" comment="Eav Form Type">
493497
<column xsi:type="smallint" name="type_id" padding="5" unsigned="true" nullable="false" identity="true"

0 commit comments

Comments
 (0)