
REVOKE EXECUTE ON FUNCTION public.send_money(uuid, text, text, numeric, text) FROM anon, authenticated, public;
REVOKE EXECUTE ON FUNCTION public.make_payment(uuid, text, public.tx_type, numeric, text, text, numeric) FROM anon, authenticated, public;
REVOKE EXECUTE ON FUNCTION public.handle_new_user() FROM anon, authenticated, public;
REVOKE EXECUTE ON FUNCTION public.touch_updated_at() FROM anon, authenticated, public;
ALTER FUNCTION public.touch_updated_at() SET search_path = public;
