Created
August 6, 2015 09:42
-
-
Save HelenaEksler/0e632fc94d37e89ff5b6 to your computer and use it in GitHub Desktop.
Add .test to user emails.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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