Add already up to date version msg in db update script

This commit is contained in:
AconiteGodOfSWG
2020-12-28 13:01:57 -05:00
parent c58a3689e3
commit a25fd43124

View File

@@ -413,6 +413,11 @@ sub doDeltaUpdates
$version=$newversion;
}
}
if($updated == 0)
{
print "The database is already up to date at version number ".($version)."\n";
}
return $updated;
}