0.0.6.9.4.sql 102 Bytes EditWeb IDE 1 2 3 4 5 6 7 UPDATE auth_user old SET email = LOWER(new.email) FROM auth_user new WHERE old.email = new.email