P5-5208 remove product collections
This commit is contained in:
@@ -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";
|
||||||
Reference in New Issue
Block a user