Skip to content

Commit f5638be

Browse files
author
Kaushik Chavda
committed
#24581 Added unique key on eav_attribute_label table
- Fixed Integration tests
1 parent 4dbf01c commit f5638be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@
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
307+
"EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID": true,
308+
"EAV_ATTRIBUTE_LABEL_STORE_ID_ATTRIBUTE_ID": true
308309
}
309310
},
310311
"eav_form_type": {

0 commit comments

Comments
 (0)