From d6bb17878816ff748f70d3a8340e54c84975bc95 Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Wed, 20 May 2020 16:48:56 +0200 Subject: [PATCH] P5-3413 remove old categories --- migrations/000.196.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/000.196.sql diff --git a/migrations/000.196.sql b/migrations/000.196.sql new file mode 100644 index 0000000..b3e5608 --- /dev/null +++ b/migrations/000.196.sql @@ -0,0 +1,6 @@ +-- P5-3413: Remove old categories + +DROP TABLE "product-categories_blacklist"; +DROP TABLE "product-categories_categories"; +DROP TABLE "product-products_categories"; +DROP TABLE "product-categories";