mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Fix accidental delete of user db line
This commit is contained in:
parent
b6aa21b990
commit
e023d0236e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ function initializeDatabases(cb) {
|
|||
callback(err);
|
||||
} else {
|
||||
dbs.user.serialize(function serialized() {
|
||||
createUserTables();
|
||||
createInitialUserValues();
|
||||
});
|
||||
callback(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue