Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixes #1014: Don't run drush entity-updates during config-import. #1293

Merged
merged 1 commit into from
Apr 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions phing/tasks/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@
<!-- 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. -->
<!-- If a db update relies on updated configuration, you should import the necessary configuration file(s) as part of the db update. -->
<drush command="updb" assume="yes" alias="${drush.alias}" passthru="false">
<option name="entity-updates"></option>
</drush>
<drush command="updb" assume="yes" alias="${drush.alias}" passthru="false"/>

<!-- This will call one of the following:
setup:config-import:features
Expand Down