Skip to content

Instantly share code, notes, and snippets.

@aaronott
Created March 29, 2016 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronott/7c7b4e489e2d0c6f5ccc801b7ad3b032 to your computer and use it in GitHub Desktop.
Save aaronott/7c7b4e489e2d0c6f5ccc801b7ad3b032 to your computer and use it in GitHub Desktop.
for t in `drush sqlq 'show tables like "cache%"'`; do `drush sqlq "truncate $t"`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment