Хотфикс для исправления проблемы с пустой БД storage при инициализации
This commit is contained in:
@@ -4,6 +4,8 @@ const SqliteConnectionPool = require('./SqliteConnectionPool');
|
||||
const log = new (require('../core/AppLogger'))().log;//singleton
|
||||
|
||||
const migrations = {
|
||||
'app': require('./migrations/app'),
|
||||
'readerStorage': require('./migrations/readerStorage'),
|
||||
};
|
||||
|
||||
let instance = null;
|
||||
|
||||
Reference in New Issue
Block a user