Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdboyer/drush_update_modules
https://github.com/sdboyer/drush_update_modules
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdboyer/drush_update_modules
- Owner: sdboyer
- Created: 2016-01-15T18:00:57.000Z (almost 9 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2016-01-18T15:04:25.000Z (almost 9 years ago)
- Last Synced: 2023-04-11T19:34:39.897Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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.