v_esales_categorytree_i18n is materialized

This commit is contained in:
Rikard Bartholf
2025-10-07 13:10:03 +02:00
parent 3f4d1a4bfb
commit 27eca4494a
+1 -1
View File
@@ -189,7 +189,7 @@ EOF
EOF EOF
) )
do do
db_exec "ALTER VIEW ${x} OWNER TO photowall;" photowall db_exec "ALTER MATERIALIZED VIEW ${x} OWNER TO photowall;" photowall
done done
fi fi
} }