4 lines
146 B
MySQL
4 lines
146 B
MySQL
|
|
grant execute on function public.get_user_stripe_subscriptions() to authenticated;
|
||
|
|
|
||
|
|
drop function if exists public.get_my_active_subscriptions();
|