File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 481
481
referenceColumn =" attribute_id" onDelete =" CASCADE" />
482
482
<constraint xsi : type =" foreign" referenceId =" EAV_ATTRIBUTE_LABEL_STORE_ID_STORE_STORE_ID" table =" eav_attribute_label"
483
483
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 >
484
488
<index referenceId =" EAV_ATTRIBUTE_LABEL_STORE_ID" indexType =" btree" >
485
489
<column name =" store_id" />
486
490
</index >
Original file line number Diff line number Diff line change 304
304
"constraint" : {
305
305
"PRIMARY" : true ,
306
306
"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
308
309
}
309
310
},
310
311
"eav_form_type" : {
You can’t perform that action at this time.
0 commit comments