Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created March 26, 2015 00:56
Show Gist options
  • Save crittermike/7b654d3d686a4e434eda to your computer and use it in GitHub Desktop.
Save crittermike/7b654d3d686a4e434eda to your computer and use it in GitHub Desktop.
Run a single specific Drupal update hook using Drush
drush php-eval "module_load_install('MYMODULE'); MYMODULE_update_NUMBER();"
@jasonawant
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment