This commit is contained in:
Julio Cesar Laura Avendaño
2019-08-14 10:51:20 -04:00
parent 2c618e68b1
commit 310aa683e3
2 changed files with 45 additions and 32 deletions

View File

@@ -625,6 +625,7 @@ function database_upgrade($args)
foreach ($workspaces as $workspace) {
try {
$workspace->upgradeDatabase();
$workspace->close();
} catch (Exception $e) {
G::outRes("> Error: " . CLI::error($e->getMessage()) . "\n");
}