xtablo-source/sql/38_remove_function.sql

4 lines
146 B
MySQL
Raw Normal View History

2025-11-03 08:47:34 +00:00
grant execute on function public.get_user_stripe_subscriptions() to authenticated;
drop function if exists public.get_my_active_subscriptions();