Skip to content

Instantly share code, notes, and snippets.

@martsie
Created January 25, 2017 10:11
Show Gist options
  • Save martsie/bab4f7a10b1b2a5364460b505fe323e9 to your computer and use it in GitHub Desktop.
Save martsie/bab4f7a10b1b2a5364460b505fe323e9 to your computer and use it in GitHub Desktop.
Resetting a Drupal 7 module schema via drush
drush sql-query "UPDATE system SET schema_version = 7001 WHERE name = 'my_custom_module';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment