We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e6b0 commit b013773Copy full SHA for b013773
RoboFileBase.php
@@ -591,7 +591,7 @@ public function devImportDb($sql_file) {
591
$this->_exec("$this->drush_cmd sqlq --file=$sql_file");
592
$this->_exec("$this->drush_cmd cr");
593
$this->_exec("$this->drush_cmd upwd admin --password=password");
594
- $this->_exec("$this->drush_cmd updb -y");
+ $this->_exec("$this->drush_cmd updb --entity-updates -y");
595
$this->say('Duration: ' . date_diff(new DateTime(), $start)->format('%im %Ss'));
596
$this->say('Database imported, admin user password is : password');
597
}
0 commit comments