This commit is contained in:
zadam 2020-03-11 21:55:05 +01:00
parent 90688a9b59
commit d94509a6e3

View File

@ -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",