mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update database schema display (#9708)
* Update database schema display * handle missing migrations table
This commit is contained in:
@@ -678,7 +678,7 @@ class IRCBot
|
||||
$schema_version = $versions['db_schema'];
|
||||
$version = substr($versions['local_sha'], 0, 7);
|
||||
|
||||
$msg = $this->config['project_name_version'].', Version: '.$version.', DB schema: #'.$schema_version.', PHP: '.PHP_VERSION;
|
||||
$msg = $this->config['project_name_version'].', Version: '.$version.', DB schema: '.$schema_version.', PHP: '.PHP_VERSION;
|
||||
return $this->respond($msg);
|
||||
}//end _version()
|
||||
|
||||
|
Reference in New Issue
Block a user