Testing out only creating the database tables ...
This commit is contained in:
parent
e603597101
commit
d2fae5adae
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue