Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge 1e9ec2e into cc2265e
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Jun 3, 2015
2 parents cc2265e + 1e9ec2e commit 557688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/anonymize.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TRUNCATE tidings_watch;

UPDATE auth_user SET
-- username left alone, because it's public info
password = NULL,
password = '',
email = CONCAT('user-', id, '@example.com'),
first_name = ROUND(RAND()*1000000),
last_name = ROUND(RAND()*1000000);
Expand Down

0 comments on commit 557688b

Please sign in to comment.