From a40e1d551e30c7566cceb953814f088021cdcae0 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 15 Aug 2022 19:16:05 -0500 Subject: [PATCH] Remove billing schema check (#14209) Not needed --- poll-billing.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/poll-billing.php b/poll-billing.php index 50b0f570b0..4041b5373a 100755 --- a/poll-billing.php +++ b/poll-billing.php @@ -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";