xtablo-source/supabase/migrations_backup/38_remove_function.sql
2025-11-06 08:37:52 +01:00

3 lines
146 B
SQL

grant execute on function public.get_user_stripe_subscriptions() to authenticated;
drop function if exists public.get_my_active_subscriptions();