Improved verbosity of upgrades
This commit is contained in:
parent
98c8d05d42
commit
fadd4bf447
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue