몽땅크루즈 회원 관리 시스템
INSERT INTO public.user_roles (user_id, role) SELECT id, 'admin' FROM auth.users WHERE email = 'YOUR_EMAIL';