File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ ALTER TABLE `downloadable_sample`
244244
245245ALTER TABLE ` catalog_product_bundle_selection_price`
246246 DROP FOREIGN KEY ` CAT_PRD_BNDL_SELECTION_PRICE_PARENT_PRD_ID_CAT_PRD_ENTT_ROW_ID` ,
247- DROP FOREIGN KEY ` CAT_PRD_BNDL_SELECTION_PRICE_WS_ID_STORE_WS_WS_ID` ,
248247 DROP FOREIGN KEY ` FK_AE9FDBF7988FB6BE3E04D91DA2CFB273` ,
249248 DROP PRIMARY KEY ,
250249 DROP COLUMN ` parent_product_id` ,
@@ -287,8 +286,6 @@ ALTER TABLE `catalog_product_bundle_selection`
287286 ADD CONSTRAINT ` CAT_PRD_BNDL_SELECTION_OPT_ID_CAT_PRD_BNDL_OPT_OPT_ID` FOREIGN KEY (` option_id` ) REFERENCES ` catalog_product_bundle_option` (` option_id` ) ON DELETE CASCADE ON UPDATE RESTRICT;
288287
289288ALTER TABLE ` catalog_product_bundle_selection_price`
290- DROP INDEX ` CATALOG_PRODUCT_BUNDLE_SELECTION_PRICE_WEBSITE_ID` ,
291- ADD CONSTRAINT ` CATALOG_PRODUCT_BUNDLE_SELECTION_PRICE_WEBSITE_ID` FOREIGN KEY (` website_id` ) REFERENCES ` store_website` (` website_id` ) ON DELETE CASCADE ON UPDATE RESTRICT,
292289 ADD CONSTRAINT ` FK_DCF37523AA05D770A70AA4ED7C2616E4` FOREIGN KEY (` selection_id` ) REFERENCES ` catalog_product_bundle_selection` (` selection_id` ) ON DELETE CASCADE ON UPDATE RESTRICT;
293290
294291-- ------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments