#947 FATAL: minimum PostgreSQL version error added to DB deploy

This commit is contained in:
Oliver Gorwits
2022-12-14 16:50:42 +00:00
parent 547c144fbf
commit a0c7c6dc95
2 changed files with 13 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ else {
}
sub deploy_db {
system 'netdisco-db-deploy';
system('netdisco-db-deploy') == 0 or die "\n";
print color 'bold blue';
say 'DB schema update complete.';
print color 'reset';