Remove billing schema check (#14209)

Not needed
This commit is contained in:
Tony Murray 2022-08-15 19:16:05 -05:00 committed by GitHub
parent 55c62b234e
commit a40e1d551e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ if (isset($argv[1]) && is_numeric($argv[1])) {
Debug::set(isset($options['d']));
Datastore::init();
// Wait for schema update, as running during update can break update
if (\LibreNMS\DB\Schema::getLegacySchema() < 107) {
logfile('BILLING: Cannot continue until the database schema update to >= 107 is complete');
exit(1);
}
$poller_start = microtime(true);
echo "Starting Polling Session ... \n\n";