https://github.com/sdboyer/drush_update_modules
https://github.com/sdboyer/drush_update_modules
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdboyer/drush_update_modules
- Owner: sdboyer
- Created: 2016-01-15T18:00:57.000Z (over 9 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2016-01-18T15:04:25.000Z (over 9 years ago)
- Last Synced: 2025-01-13T17:49:36.747Z (6 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drush update modules
=========Allows 'update modules' to be added to a Drupal installation, instead of or in addition to using hook_update_N(.
Each module should add:
update type=before
or
update type=afterto the .info file.
When drush updb runs, all modules that are found will be installed, either
before or after the actual hook_update_N() runs.This is primarily useful for sites under heavy development to avoid
hook_update_N() conflicts.