Skip to content

Commit f3d3bce

Browse files
committed
Revert public PR-24682
1 parent 5a09115 commit f3d3bce

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
@@ -486,10 +486,6 @@
486486
referenceColumn="attribute_id" onDelete="CASCADE"/>
487487
<constraint xsi:type="foreign" referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" table="eav_attribute_label"
488488
column="store_id" referenceTable="store" referenceColumn="store_id" onDelete="CASCADE"/>
489-
<constraint xsi:type="unique" referenceId="EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID_UNIQUE">
490-
<column name="store_id"/>
491-
<column name="attribute_id"/>
492-
</constraint>
493489
<index referenceId="EAV_ATTRIBUTE_LABEL_STORE_ID" indexType="btree">
494490
<column name="store_id"/>
495491
</index>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@
307307
"constraint": {
308308
"PRIMARY": true,
309309
"EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID": true,
310-
"EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID": true,
311-
"EAV_ATTRIBUTE_LABEL_STORE_ID_ATTRIBUTE_ID": true
310+
"EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID": true
312311
}
313312
},
314313
"eav_form_type": {

0 commit comments

Comments
 (0)