From 3b9a4e1a82b83b35d5b98252bf475668a1d4d5ea Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:45:31 +0100 Subject: [PATCH] 8730 - drop v_product_categories (#537) --- migrations/000.999.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.999.sql diff --git a/migrations/000.999.sql b/migrations/000.999.sql new file mode 100644 index 0000000..48ba92c --- /dev/null +++ b/migrations/000.999.sql @@ -0,0 +1,3 @@ +-- drop unused views +DROP VIEW IF EXISTS v_product_categories; +DROP VIEW IF EXISTS v_product_categories_v2;