-- Final fix for user RLS - temporarily disable RLS to allow user profile creation -- This is a temporary solution to get the registration working -- Disable RLS on users table completely ALTER TABLE "public"."users" DISABLE ROW LEVEL SECURITY; -- Refresh schema cache NOTIFY pgrst, 'reload schema';