File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/code/Magento/Quote/etc Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 97
97
<column name =" store_id" />
98
98
<column name =" is_active" />
99
99
</index >
100
- <index referenceId =" QUOTE_STORE_ID " indexType =" btree" >
100
+ <index referenceId =" QUOTE_STORE_ID_UPDATED_AT " indexType =" btree" >
101
101
<column name =" store_id" />
102
+ <column name =" updated_at" />
102
103
</index >
103
104
</table >
104
105
<table name =" quote_address" resource =" checkout" engine =" innodb" comment =" Sales Flat Quote Address" >
Original file line number Diff line number Diff line change 53
53
},
54
54
"index" : {
55
55
"QUOTE_CUSTOMER_ID_STORE_ID_IS_ACTIVE" : true ,
56
- "QUOTE_STORE_ID" : true
56
+ "QUOTE_STORE_ID" : true ,
57
+ "QUOTE_STORE_ID_UPDATED_AT" : true
57
58
},
58
59
"constraint" : {
59
60
"PRIMARY" : true ,
121
122
"vat_is_valid" : true ,
122
123
"vat_request_id" : true ,
123
124
"vat_request_date" : true ,
124
- "vat_request_success" : true
125
+ "vat_request_success" : true ,
126
+ "validated_country_code" : true ,
127
+ "validated_vat_number" : true
125
128
},
126
129
"index" : {
127
130
"QUOTE_ADDRESS_QUOTE_ID" : true
You can’t perform that action at this time.
0 commit comments