Created
February 18, 2016 20:36
-
-
Save arispublic/bb559375085b11bdf8f0 to your computer and use it in GitHub Desktop.
Steps to update feature in drupal
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
| #1. recreate the feature_module with additional fields/views/menu. Don't forget to increase the version number | |
| #2. Download the feature_module | |
| #3. Replace the feature_module with the new one. | |
| #4. Update the feature_module | |
| drush fu feature_module | |
| #5. Update module the feature_module | |
| drush updb -y | |
| #6. done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment