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()