Skip to content

Commit e744416

Browse files
committed
These "indexes" are added by OpenSource version and never changed by EE modules
1 parent 04e3132 commit e744416

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/product.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ ALTER TABLE `downloadable_sample`
244244

245245
ALTER 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

289288
ALTER 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
-- ------------------------------------------------------------------

0 commit comments

Comments
 (0)