diff --git a/airtime_mvc/application/common/ProvisioningHelper.php b/airtime_mvc/application/common/ProvisioningHelper.php index 95c180e61..58e78b75f 100644 --- a/airtime_mvc/application/common/ProvisioningHelper.php +++ b/airtime_mvc/application/common/ProvisioningHelper.php @@ -35,11 +35,11 @@ class ProvisioningHelper { } try { - $this->setNewDatabaseConnection(); - if ($this->checkDatabaseExists()) { - throw new Exception("ERROR: Airtime database already exists"); - } - $this->createDatabase(); + // $this->setNewDatabaseConnection(); + //if ($this->checkDatabaseExists()) { + // throw new Exception("ERROR: Airtime database already exists"); + //} + //$this->createDatabase(); $this->createDatabaseTables(); } catch(Exception $e) { http_response_code(400);