Skip to content

Instantly share code, notes, and snippets.

@HelenaEksler
Created August 6, 2015 09:42
Show Gist options
  • Save HelenaEksler/0e632fc94d37e89ff5b6 to your computer and use it in GitHub Desktop.
Save HelenaEksler/0e632fc94d37e89ff5b6 to your computer and use it in GitHub Desktop.
Add .test to user emails.
UPDATE `users` SET `mail` = CONCAT(`mail`, '.test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment