File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1809
1809
<constraint xsi : type =" foreign" name =" CAT_PRD_FRONTEND_ACTION_CSTR_ID_CSTR_ENTT_ENTT_ID"
1810
1810
table =" catalog_product_frontend_action" column =" customer_id" referenceTable =" customer_entity"
1811
1811
referenceColumn =" entity_id" onDelete =" CASCADE" />
1812
- <constraint xsi : type =" foreign" name =" PRODUCT_FRONTEND_ACTION_PRODUCT_ID "
1812
+ <constraint xsi : type =" foreign" name =" CAT_PRD_FRONTEND_ACTION_PRD_ID_CAT_PRD_ENTT_ENTT_ID "
1813
1813
table =" catalog_product_frontend_action" column =" product_id" referenceTable =" catalog_product_entity"
1814
1814
referenceColumn =" entity_id" onDelete =" CASCADE" />
1815
1815
<constraint xsi : type =" unique" name =" CATALOG_PRODUCT_FRONTEND_ACTION_VISITOR_ID_PRODUCT_ID_TYPE_ID" >
Original file line number Diff line number Diff line change 1114
1114
"constraint" : {
1115
1115
"PRIMARY" : true ,
1116
1116
"CAT_PRD_FRONTEND_ACTION_CSTR_ID_CSTR_ENTT_ENTT_ID" : true ,
1117
+ "CAT_PRD_FRONTEND_ACTION_PRD_ID_CAT_PRD_ENTT_ENTT_ID" : true ,
1117
1118
"CATALOG_PRODUCT_FRONTEND_ACTION_VISITOR_ID_PRODUCT_ID_TYPE_ID" : true ,
1118
1119
"CATALOG_PRODUCT_FRONTEND_ACTION_CUSTOMER_ID_PRODUCT_ID_TYPE_ID" : true
1119
1120
}
1120
1121
}
1121
- }
1122
+ }
Original file line number Diff line number Diff line change 377
377
<column name =" attribute_set_id" />
378
378
<column name =" attribute_group_name" />
379
379
</constraint >
380
- <constraint xsi : type =" unique" name =" CATALOG_CATEGORY_PRODUCT_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE " >
380
+ <constraint xsi : type =" unique" name =" EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE " >
381
381
<column name =" attribute_set_id" />
382
382
<column name =" attribute_group_code" />
383
383
</constraint >
Original file line number Diff line number Diff line change 234
234
"PRIMARY" : true ,
235
235
"EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID" : true ,
236
236
"EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME" : true ,
237
+ "EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE" : true ,
237
238
"CATALOG_CATEGORY_PRODUCT_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_CODE" : true
238
239
}
239
240
},
386
387
"EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID" : true
387
388
}
388
389
}
389
- }
390
+ }
You can’t perform that action at this time.
0 commit comments