mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-12 23:54:38 +02:00
* Much better DB init
This commit is contained in:
parent
2423a00d05
commit
3af5b9a213
2 changed files with 46 additions and 17 deletions
|
@ -117,8 +117,7 @@ function initialize(cb) {
|
|||
callback(null);
|
||||
},
|
||||
function initDatabases(callback) {
|
||||
database.initializeDatabases();
|
||||
callback(null);
|
||||
database.initializeDatabases(callback);
|
||||
},
|
||||
function initSystemProperties(callback) {
|
||||
require('./system_property.js').loadSystemProperties(callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue