mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
tests for note properties
This commit is contained in:
@@ -13,7 +13,7 @@ async function load() {
|
||||
|
||||
noteCache.reset();
|
||||
|
||||
(await sql.getRows(`SELECT noteId, title, isProtected FROM notes WHERE isDeleted = 0`, []))
|
||||
(await sql.getRows(`SELECT noteId, title, type, mime, isProtected, dateCreated, dateModified, utcDateCreated, utcDateModified, contentLength FROM notes WHERE isDeleted = 0`, []))
|
||||
.map(row => new Note(noteCache, row));
|
||||
|
||||
(await sql.getRows(`SELECT branchId, noteId, parentNoteId, prefix FROM branches WHERE isDeleted = 0`, []))
|
||||
|
||||
Reference in New Issue
Block a user