DROP POLICY IF EXISTS "Users can insert their own role" ON public.user_roles; DROP POLICY IF EXISTS "Users can read their own role" ON public.user_roles; DROP POLICY IF EXISTS "Admins can manage all ...
This script intentionally does not create logins with hardcoded passwords.