Skip to content

Commit

Permalink
pass back to null
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv committed Apr 29, 2014
1 parent 8aabc33 commit 3b73d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/vpc-tools/sanitize-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 3b73d98

Please sign in to comment.