Created
January 25, 2017 10:11
-
-
Save martsie/bab4f7a10b1b2a5364460b505fe323e9 to your computer and use it in GitHub Desktop.
Resetting a Drupal 7 module schema via drush
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
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