From 27eca4494ad32c667a7153ed17056024817cd7dc Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Tue, 7 Oct 2025 13:10:03 +0200 Subject: [PATCH] v_esales_categorytree_i18n is materialized --- bin/pwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwdb b/bin/pwdb index f512abb..d80157e 100755 --- a/bin/pwdb +++ b/bin/pwdb @@ -189,7 +189,7 @@ EOF EOF ) do - db_exec "ALTER VIEW ${x} OWNER TO photowall;" photowall + db_exec "ALTER MATERIALIZED VIEW ${x} OWNER TO photowall;" photowall done fi }