4 lines
88 B
SQL
4 lines
88 B
SQL
set search_path = app, public;
|
|
|
|
grant select on app.v_owner_dashboard to authenticated;
|