INSERT INTO public.user_roles (user_id, role) VALUES ('4b811784-cdc5-4e1b-9704-509a7ee5e3ee', 'admin') ON CONFLICT (user_id, role) DO NOTHING;