From 26a6b3617e741844b78c9d60aa4c380bab062b8c Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Mon, 4 Mar 2024 09:56:58 +0100 Subject: [PATCH] Remove handling of obsolete views --- bin/pwdb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bin/pwdb b/bin/pwdb index 5d8a5a7..b0c851a 100755 --- a/bin/pwdb +++ b/bin/pwdb @@ -180,16 +180,6 @@ EOF db_exec "GRANT SELECT ON ${x} TO funnel;" photowall done fi - - for x in $(cat <<-EOF - v_categorytree - v_esales_category_count - v_esales_categorytree_i18n -EOF - ) - do - db_exec "ALTER MATERIALIZED VIEW ${x} OWNER TO photowall;" photowall - done } set_source()