0.0.6.9.4.sql 102 Bytes

UPDATE auth_user old SET email = LOWER(new.email) 
FROM auth_user new
WHERE old.email = new.email