P5-5208 remove product collections

This commit is contained in:
Martin Carlsson
2020-05-11 16:59:03 +02:00
committed by GitHub
parent b1b6621364
commit a8e9c940df
+15
View File
@@ -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";