File tree 3 files changed +5
-2
lines changed
app/code/Magento/CatalogUrlRewrite/etc
dev/tests/static/testsuite/Magento/Test/Integrity/DBSchema/_files
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
comment =" category_id" />
16
16
<column xsi : type =" int" name =" product_id" unsigned =" true" nullable =" false" identity =" false"
17
17
comment =" product_id" />
18
+ <constraint xsi : type =" primary" referenceId =" PRIMARY" >
19
+ <column name =" url_rewrite_id" />
20
+ </constraint >
18
21
<constraint xsi : type =" foreign" referenceId =" CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID"
19
22
table =" catalog_url_rewrite_product_category" column =" product_id"
20
23
referenceTable =" catalog_product_entity" referenceColumn =" entity_id" onDelete =" CASCADE" />
Original file line number Diff line number Diff line change 9
9
"CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID" : true
10
10
},
11
11
"constraint" : {
12
+ "PRIMARY" : true ,
12
13
"CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID" : true ,
13
14
"FK_BB79E64705D7F17FE181F23144528FC8" : true ,
14
15
"CAT_URL_REWRITE_PRD_CTGR_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID" : true ,
15
16
"CAT_URL_REWRITE_PRD_CTGR_CTGR_ID_SEQUENCE_CAT_CTGR_SEQUENCE_VAL" : true ,
16
17
"CAT_URL_REWRITE_PRD_CTGR_PRD_ID_SEQUENCE_PRD_SEQUENCE_VAL" : true
17
18
}
18
19
}
19
- }
20
+ }
Original file line number Diff line number Diff line change 1
- catalog_url_rewrite_product_category
2
1
queue_poison_pill
You can’t perform that action at this time.
0 commit comments