mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
implemented consistency checks
This commit is contained in:
@@ -17,7 +17,7 @@ sql.dbReady.then(async () => {
|
||||
});
|
||||
});
|
||||
|
||||
allSourceIds = await sql.getFlattenedResults("source_id", "SELECT source_id FROM source_ids ORDER BY date_created DESC");
|
||||
allSourceIds = await sql.getFlattenedResults("SELECT source_id FROM source_ids ORDER BY date_created DESC");
|
||||
}
|
||||
catch (e) {}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user