File tree Expand file tree Collapse file tree 6 files changed +21
-0
lines changed
LoginAsCustomerAssistance/etc
dev/tests/static/testsuite/Magento/Test/Integrity/DBSchema/_files Expand file tree Collapse file tree 6 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1697
1697
<column name =" value_id" />
1698
1698
<column name =" entity_id" />
1699
1699
</constraint >
1700
+ <constraint xsi : type =" primary" referenceId =" PRIMARY" >
1701
+ <column name =" value_id" />
1702
+ <column name =" entity_id" />
1703
+ </constraint >
1700
1704
</table >
1701
1705
<table name =" catalog_product_index_eav_replica" resource =" default" engine =" innodb"
1702
1706
comment =" Catalog Product EAV Index Table" >
Original file line number Diff line number Diff line change 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 >
94
98
</table >
95
99
<table name =" integration" resource =" default" engine =" innodb" comment =" integration" >
96
100
<column xsi : type =" int" name =" integration_id" unsigned =" true" nullable =" false" identity =" true"
Original file line number Diff line number Diff line change 15
15
<constraint xsi : type =" unique" referenceId =" LOGIN_AS_CUSTOMER_ASSISTANCE_ALLOWED_CUSTOMER_ID" >
16
16
<column name =" customer_id" />
17
17
</constraint >
18
+ <constraint xsi : type =" primary" referenceId =" PRIMARY" >
19
+ <column name =" customer_id" />
20
+ </constraint >
18
21
</table >
19
22
</schema >
Original file line number Diff line number Diff line change 29
29
<column name =" value_id" />
30
30
<column name =" store_id" />
31
31
</constraint >
32
+ <constraint xsi : type =" primary" referenceId =" PRIMARY" >
33
+ <column name =" value_id" />
34
+ <column name =" store_id" />
35
+ </constraint >
32
36
</table >
33
37
</schema >
Original file line number Diff line number Diff line change 74
74
<column name =" layout_update_id" />
75
75
<column name =" page_id" />
76
76
</constraint >
77
+ <constraint xsi : type =" primary" referenceId =" PRIMARY" >
78
+ <column name =" layout_update_id" />
79
+ <column name =" page_id" />
80
+ </constraint >
77
81
<index referenceId =" WIDGET_INSTANCE_PAGE_LAYOUT_PAGE_ID" indexType =" btree" >
78
82
<column name =" page_id" />
79
83
</index >
Original file line number Diff line number Diff line change
1
+ catalog_url_rewrite_product_category
2
+ queue_poison_pill
You can’t perform that action at this time.
0 commit comments