From 8df38c799b17e7b575045daa7f8f08906f9519bb Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:47:22 +0100 Subject: [PATCH] Revert "8730 - drop v_product_categories (#537)" (#541) This reverts commit 3b9a4e1a82b83b35d5b98252bf475668a1d4d5ea. --- migrations/000.999.sql | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 migrations/000.999.sql diff --git a/migrations/000.999.sql b/migrations/000.999.sql deleted file mode 100644 index 48ba92c..0000000 --- a/migrations/000.999.sql +++ /dev/null @@ -1,3 +0,0 @@ --- drop unused views -DROP VIEW IF EXISTS v_product_categories; -DROP VIEW IF EXISTS v_product_categories_v2;