mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
change in naming of SQL methods
added assert methods to note tree
This commit is contained in:
@@ -20,7 +20,7 @@ async function generateSourceId() {
|
||||
}
|
||||
|
||||
async function refreshSourceIds() {
|
||||
allSourceIds = await sql.getFlattenedResults("SELECT source_id FROM source_ids ORDER BY date_created DESC");
|
||||
allSourceIds = await sql.getFirstColumn("SELECT source_id FROM source_ids ORDER BY date_created DESC");
|
||||
}
|
||||
|
||||
let allSourceIds = [];
|
||||
|
||||
Reference in New Issue
Block a user