File tree Expand file tree Collapse file tree 7 files changed +6
-21
lines changed
LoginAsCustomerAssistance/etc
dev/tests/static/testsuite/Magento/Test/Integrity/DBSchema/_files Expand file tree Collapse file tree 7 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 1693
1693
<constraint xsi : type =" foreign" referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID"
1694
1694
table =" catalog_product_entity_media_gallery_value_to_entity" column =" entity_id"
1695
1695
referenceTable =" catalog_product_entity" referenceColumn =" entity_id" onDelete =" CASCADE" />
1696
- <constraint xsi : type =" unique " referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_VAL_ID_ENTT_ID" >
1696
+ <constraint xsi : type =" primary " referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_VAL_ID_ENTT_ID" >
1697
1697
<column name =" value_id" />
1698
1698
<column name =" entity_id" />
1699
1699
</constraint >
Original file line number Diff line number Diff line change 1020
1020
"entity_id" : true
1021
1021
},
1022
1022
"constraint" : {
1023
+ "PRIMARY" : true ,
1023
1024
"FK_A6C6C8FAA386736921D3A7C4B50B1185" : true ,
1024
1025
"CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_ENTT_ID_CAT_PRD_ENTT_ENTT_ID" : true ,
1025
1026
"CAT_PRD_ENTT_MDA_GLR_VAL_TO_ENTT_VAL_ID_ENTT_ID" : true
Original file line number Diff line number Diff line change 84
84
<constraint xsi : type =" foreign" referenceId =" OAUTH_NONCE_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID" table =" oauth_nonce"
85
85
column =" consumer_id" referenceTable =" oauth_consumer" referenceColumn =" entity_id"
86
86
onDelete =" CASCADE" />
87
- <constraint xsi : type =" unique " referenceId =" OAUTH_NONCE_NONCE_CONSUMER_ID" >
87
+ <constraint xsi : type =" primary " referenceId =" OAUTH_NONCE_NONCE_CONSUMER_ID" >
88
88
<column name =" nonce" />
89
89
<column name =" consumer_id" />
90
90
</constraint >
91
91
<index referenceId =" OAUTH_NONCE_TIMESTAMP" indexType =" btree" >
92
92
<column name =" timestamp" />
93
93
</index >
94
- <constraint xsi : type =" primary" referenceId =" PRIMARY" >
95
- <column name =" nonce" />
96
- <column name =" consumer_id" />
97
- </constraint >
98
94
</table >
99
95
<table name =" integration" resource =" default" engine =" innodb" comment =" integration" >
100
96
<column xsi : type =" int" name =" integration_id" unsigned =" true" nullable =" false" identity =" true"
Original file line number Diff line number Diff line change 12
12
<constraint xsi : type =" foreign" referenceId =" LOGIN_AS_CUSTOMER_ASSISTANCE_ALLOWED_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID"
13
13
table =" login_as_customer_assistance_allowed" column =" customer_id" referenceTable =" customer_entity"
14
14
referenceColumn =" entity_id" onDelete =" CASCADE" />
15
- <constraint xsi : type =" unique" referenceId =" LOGIN_AS_CUSTOMER_ASSISTANCE_ALLOWED_CUSTOMER_ID" >
16
- <column name =" customer_id" />
17
- </constraint >
18
- <constraint xsi : type =" primary" referenceId =" PRIMARY" >
15
+ <constraint xsi : type =" primary" referenceId =" LOGIN_AS_CUSTOMER_ASSISTANCE_ALLOWED_CUSTOMER_ID" >
19
16
<column name =" customer_id" />
20
17
</constraint >
21
18
</table >
Original file line number Diff line number Diff line change 25
25
<constraint xsi : type =" foreign" referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_STORE_ID_STORE_STORE_ID"
26
26
table =" catalog_product_entity_media_gallery_value_video" column =" store_id" referenceTable =" store"
27
27
referenceColumn =" store_id" onDelete =" CASCADE" />
28
- <constraint xsi : type =" unique" referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_VAL_ID_STORE_ID" >
29
- <column name =" value_id" />
30
- <column name =" store_id" />
31
- </constraint >
32
- <constraint xsi : type =" primary" referenceId =" PRIMARY" >
28
+ <constraint xsi : type =" primary" referenceId =" CAT_PRD_ENTT_MDA_GLR_VAL_VIDEO_VAL_ID_STORE_ID" >
33
29
<column name =" value_id" />
34
30
<column name =" store_id" />
35
31
</constraint >
Original file line number Diff line number Diff line change 70
70
<constraint xsi : type =" foreign" referenceId =" WIDGET_INSTANCE_PAGE_LYT_LYT_UPDATE_ID_LYT_UPDATE_LYT_UPDATE_ID"
71
71
table =" widget_instance_page_layout" column =" layout_update_id" referenceTable =" layout_update"
72
72
referenceColumn =" layout_update_id" onDelete =" CASCADE" />
73
- <constraint xsi : type =" unique" referenceId =" WIDGET_INSTANCE_PAGE_LAYOUT_LAYOUT_UPDATE_ID_PAGE_ID" >
74
- <column name =" layout_update_id" />
75
- <column name =" page_id" />
76
- </constraint >
77
- <constraint xsi : type =" primary" referenceId =" PRIMARY" >
73
+ <constraint xsi : type =" primary" referenceId =" WIDGET_INSTANCE_PAGE_LAYOUT_LAYOUT_UPDATE_ID_PAGE_ID" >
78
74
<column name =" layout_update_id" />
79
75
<column name =" page_id" />
80
76
</constraint >
Original file line number Diff line number Diff line change 1
- catalog_product_entity_media_gallery_value_to_entity
2
1
catalog_url_rewrite_product_category
3
2
queue_poison_pill
You can’t perform that action at this time.
0 commit comments