Files
SLA_SEPARACAO/supabase/migrations/20260803182902_81889677-83e4-4f69-9bc7-879355dd9edd.sql
T
2026-08-06 11:13:33 -03:00

4 lines
315 B
SQL

REVOKE ALL ON FUNCTION public.has_role(uuid, public.app_role) FROM PUBLIC, anon, authenticated;
REVOKE ALL ON FUNCTION public.is_aprovado(uuid) FROM PUBLIC, anon, authenticated;
REVOKE ALL ON FUNCTION public.registrar_perfil() FROM PUBLIC, anon;
GRANT EXECUTE ON FUNCTION public.registrar_perfil() TO authenticated;