Files
OMT-SM/supabase/migrations/0030_owner_dashboard_grants.sql

4 lines
88 B
SQL

set search_path = app, public;
grant select on app.v_owner_dashboard to authenticated;