From 6356f4f8b3fe339798663a28c4a81b665097431f Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:50:55 +0200 Subject: [PATCH] Drop unusued views and materialized views (#349) --- migrations/000.437.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 migrations/000.437.sql diff --git a/migrations/000.437.sql b/migrations/000.437.sql new file mode 100644 index 0000000..1852430 --- /dev/null +++ b/migrations/000.437.sql @@ -0,0 +1,9 @@ +-- Drop unused views and materialized views + +DROP VIEW v_category_keyword; +DROP VIEW v_categorytree_bak; +DROP VIEW v_esales_product_categories_unmaterialized; +DROP VIEW v_product_keyword; + +DROP MATERIALIZED VIEW test; +DROP MATERIALIZED VIEW v_esales_product_categories;