Skip to content

Commit 3f0ac0a

Browse files
foreign key constraint removed
1 parent 9c4ff38 commit 3f0ac0a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/code/Magento/Quote/etc/db_schema.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@
396396
<constraint xsi:type="foreign" referenceId="QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID_QUOTE_ITEM_ITEM_ID"
397397
table="quote_address_item" column="quote_item_id" referenceTable="quote_item"
398398
referenceColumn="item_id" onDelete="CASCADE"/>
399-
<constraint xsi:type="foreign" referenceId="QUOTE_ADDRESS_ITEM_STORE_ID_STORE_STORE_ID" table="quote_address_item" column="store_id"
400-
referenceTable="store" referenceColumn="store_id" onDelete="SET NULL"/>
401399
<index referenceId="QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID" indexType="btree">
402400
<column name="quote_address_id"/>
403401
</index>

app/code/Magento/Quote/etc/db_schema_whitelist.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@
241241
"PRIMARY": true,
242242
"QUOTE_ADDRESS_ITEM_QUOTE_ADDRESS_ID_QUOTE_ADDRESS_ADDRESS_ID": true,
243243
"QUOTE_ADDR_ITEM_PARENT_ITEM_ID_QUOTE_ADDR_ITEM_ADDR_ITEM_ID": true,
244-
"QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID_QUOTE_ITEM_ITEM_ID": true,
245-
"QUOTE_ADDRESS_ITEM_STORE_ID_STORE_STORE_ID": true
244+
"QUOTE_ADDRESS_ITEM_QUOTE_ITEM_ID_QUOTE_ITEM_ITEM_ID": true
246245
}
247246
},
248247
"quote_item_option": {

0 commit comments

Comments
 (0)