Skip to content

Commit b013773

Browse files
authored
Apply entity updates when performing database updates. (#47)
1 parent 4e7e6b0 commit b013773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFileBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ public function devImportDb($sql_file) {
591591
$this->_exec("$this->drush_cmd sqlq --file=$sql_file");
592592
$this->_exec("$this->drush_cmd cr");
593593
$this->_exec("$this->drush_cmd upwd admin --password=password");
594-
$this->_exec("$this->drush_cmd updb -y");
594+
$this->_exec("$this->drush_cmd updb --entity-updates -y");
595595
$this->say('Duration: ' . date_diff(new DateTime(), $start)->format('%im %Ss'));
596596
$this->say('Database imported, admin user password is : password');
597597
}

0 commit comments

Comments
 (0)