Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -12,15 +12,16 @@ class DatabaseModel extends CI_Model
|
||||
public function createMissingDatabases()
|
||||
{
|
||||
//$this->createDatabases();
|
||||
$this->createTables();
|
||||
// TODO: Update data base generation
|
||||
// $this->createTables();
|
||||
//$this->addIndices();
|
||||
//$this->addAutoIncrements();
|
||||
//$this->addConstraints();
|
||||
|
||||
$this->fillBlogTables();
|
||||
$this->fillFeedbackTable();
|
||||
$this->fillMainTable();
|
||||
$this->fillProjectsTable();
|
||||
//$this->fillBlogTables();
|
||||
//$this->fillFeedbackTable();
|
||||
//$this->fillMainTable();
|
||||
//$this->fillProjectsTable();
|
||||
}
|
||||
|
||||
private function createDatabases()
|
||||
|
Reference in New Issue
Block a user