Drush update modules
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
Provides drush hooks to allow 'update modules' to be installed before or after hook_update_N() is run.
This allows projects where lots of updates are being added to do so without worrying about merge conflicts.
Update modules should have the following in their .info in order to get picked up:
update type = before
Or
update type = after
All logic should happen in hook_install()
