diff --git a/migrations/000.186.sql b/migrations/000.186.sql new file mode 100644 index 0000000..29b23d9 --- /dev/null +++ b/migrations/000.186.sql @@ -0,0 +1,15 @@ +-- P5-5208: remove product collections + +DROP TABLE collections_products; +DROP TABLE collections; + +ALTER TABLE designers + DROP COLUMN productcollectionid; + +ALTER TABLE "product-printprices" + DROP COLUMN collectionid; + +ALTER TABLE "product-printproducts" + DROP COLUMN collectionid; + +DROP TABLE "product-collections";