6 lines
85 B
PL/PgSQL
6 lines
85 B
PL/PgSQL
begin;
|
|
|
|
grant select on table public.consultation_requests to service_role;
|
|
|
|
commit;
|