Created
August 12, 2015 05:15
-
-
Save alexdets/6e6a6339fc6142048f45 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-- All emails will be changed to [email protected] | |
UPDATE users SET email = concat('test+userid', id ,'@domain.com'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment