Remove handling of obsolete views

This commit is contained in:
Rikard Bartholf
2024-03-04 09:56:58 +01:00
parent 585cf908e3
commit 26a6b3617e
-10
View File
@@ -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()