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 {
|
try {
|
||||||
$this->setNewDatabaseConnection();
|
// $this->setNewDatabaseConnection();
|
||||||
if ($this->checkDatabaseExists()) {
|
//if ($this->checkDatabaseExists()) {
|
||||||
throw new Exception("ERROR: Airtime database already exists");
|
// throw new Exception("ERROR: Airtime database already exists");
|
||||||
}
|
//}
|
||||||
$this->createDatabase();
|
//$this->createDatabase();
|
||||||
$this->createDatabaseTables();
|
$this->createDatabaseTables();
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
http_response_code(400);
|
http_response_code(400);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue