Files
Jyotisha/frontend/supabase/migrations/20260811010000_consultation_status_service_role_read.sql
T
2026-08-11 11:59:14 +08:00

6 lines
85 B
PL/PgSQL

begin;
grant select on table public.consultation_requests to service_role;
commit;