Improved verbosity of upgrades

This commit is contained in:
Marcin Kurczewski 2014-11-09 12:59:25 +01:00
parent 98c8d05d42
commit fadd4bf447

View file

@ -25,6 +25,7 @@ final class UpgradeService
public function runUpgradesVerbose() public function runUpgradesVerbose()
{ {
echo $this->config->database->user . '@' . $this->config->database->dsn . PHP_EOL;
$this->runUpgrades(true); $this->runUpgrades(true);
} }