mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
fixes
This commit is contained in:
parent
90688a9b59
commit
d94509a6e3
@ -89,7 +89,7 @@ async function main() {
|
||||
await compare("note_revision_contents", "noteRevisionId",
|
||||
"SELECT note_revision_contents.noteRevisionId, note_revision_contents.content, note_revision_contents.utcDateModified FROM note_revision_contents JOIN note_revisions USING(noteRevisionId) WHERE isErased = 0");
|
||||
|
||||
await compare("recent_notes", "branchId",
|
||||
await compare("recent_notes", "noteId",
|
||||
"SELECT noteId, notePath, utcDateCreated, isDeleted, hash FROM recent_notes");
|
||||
|
||||
await compare("options", "name",
|
||||
|
Loading…
x
Reference in New Issue
Block a user