From d480bda6d4ff15364e8d7ee2e317121014cf5cec Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:52:50 +0000 Subject: [PATCH] Changes Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com> --- ...20260711135248_69ae14dc-d0e0-43eb-ae70-f313f8a2a4e0.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 supabase/migrations/20260711135248_69ae14dc-d0e0-43eb-ae70-f313f8a2a4e0.sql diff --git a/supabase/migrations/20260711135248_69ae14dc-d0e0-43eb-ae70-f313f8a2a4e0.sql b/supabase/migrations/20260711135248_69ae14dc-d0e0-43eb-ae70-f313f8a2a4e0.sql new file mode 100644 index 0000000..9224bdc --- /dev/null +++ b/supabase/migrations/20260711135248_69ae14dc-d0e0-43eb-ae70-f313f8a2a4e0.sql @@ -0,0 +1,7 @@ + +REVOKE ALL ON FUNCTION public.has_role(uuid, public.app_role) FROM PUBLIC, anon; +GRANT EXECUTE ON FUNCTION public.has_role(uuid, public.app_role) TO authenticated, service_role; + +REVOKE ALL ON FUNCTION public.handle_new_user() FROM PUBLIC, anon, authenticated; + +REVOKE ALL ON FUNCTION public.update_updated_at_column() FROM PUBLIC, anon, authenticated;