mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fix DB setup
This commit is contained in:
@@ -146,7 +146,7 @@ function update(req) {
|
||||
function syncFinished() {
|
||||
// after first sync finishes, the application is ready to be used
|
||||
// this is meaningless but at the same time harmless (idempotent) for further syncs
|
||||
sqlInit.dbInitialized();
|
||||
sqlInit.setDbAsInitialized();
|
||||
}
|
||||
|
||||
function queueSector(req) {
|
||||
|
||||
Reference in New Issue
Block a user