db_exec "GRANT SELECT ON ${x} TO funnel;" photowall
done
for x in $(cat <<-EOF
v_categorytree
v_esales_category_count
v_esales_categorytree_i18n
EOF
)
do
db_exec "ALTER VIEW ${x} OWNER TO photowall;" photowall
fi
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.