
by Field Forge Group
handle_new_user trigger creates a matching profiles row with role technician by default.UPDATE public.profiles SET role = 'admin', full_name = 'Admin User' WHERE id = (SELECT id FROM auth.users WHERE email = 'me@example.com');
After running this, sign in at /auth and you'll be redirected to /admin/dashboard.
All times Arizona (MST). © Field Forge Group