Skip to content

Instantly share code, notes, and snippets.

@cpliakas
Created January 11, 2012 19:00
Show Gist options
  • Save cpliakas/1596203 to your computer and use it in GitHub Desktop.
Save cpliakas/1596203 to your computer and use it in GitHub Desktop.
Updating Drupal user email addresses for development environments
UPDATE users SET mail = CONCAT('test+', uid, '@example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment