Commit 3b73d98b by John Jarvis

pass back to null

parent 8aabc33c
......@@ -14,7 +14,7 @@ UPDATE wwc.auth_user
where email not like ('%@edx.org'),
set last_name = concat('user-',cast(id AS CHAR)
where email not like ('%@edx.org'),
set password = ""
set password = null
where email not like ('%@edx.org'),
set last_login = null
where email not like ('%@edx.org'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment