Skip to content

Commit ba8dddb

Browse files
authored
Merge pull request #5038 from magento-trigger/MC-23247
- MC-23247: Revert ENGCOM-5977
2 parents 536681e + 47d3315 commit ba8dddb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,6 @@
481481
referenceColumn="attribute_id" onDelete="CASCADE"/>
482482
<constraint xsi:type="foreign" referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" table="eav_attribute_label"
483483
column="store_id" referenceTable="store" referenceColumn="store_id" onDelete="CASCADE"/>
484-
<constraint xsi:type="unique" referenceId="EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID_UNIQUE">
485-
<column name="store_id"/>
486-
<column name="attribute_id"/>
487-
</constraint>
488484
<index referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID" indexType="btree">
489485
<column name="store_id"/>
490486
</index>

app/code/Magento/Eav/etc/db_schema_whitelist.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@
304304
"constraint": {
305305
"PRIMARY": true,
306306
"EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID": true,
307-
"EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID": true,
308-
"EAV_ATTRIBUTE_LABEL_STORE_ID_ATTRIBUTE_ID": true
307+
"EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID": true
309308
}
310309
},
311310
"eav_form_type": {

0 commit comments

Comments
 (0)