Skip to content

Commit

Permalink
Documented setup:update task. (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Jan 5, 2017
1 parent 252f94c commit 1f8c941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@
<param>${cm.core.config-dir}</param>
</drush>
<!-- Execute db updates. -->
<!-- This must happen before features are imported or configuration is imported. -->
<!-- For instance, if you add a dependency on a new extension to an existing configuration file, you must enable that extension via an update hook before attempting to import the configuration. -->
<drush command="updb" assume="yes" alias="${drush.alias}">
<option name="entity-updates"></option>
</drush>
Expand Down

0 comments on commit 1f8c941

Please sign in to comment.