nowe don't sync recent_notes anymore

This commit is contained in:
zadam 2021-02-12 22:40:26 +01:00
parent 4f48625883
commit 57db2adf2d

View File

@ -90,9 +90,6 @@ 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)");
await compare("recent_notes", "noteId",
"SELECT noteId, notePath, utcDateCreated, isDeleted FROM recent_notes");
await compare("options", "name",
`SELECT name, value, utcDateCreated, utcDateModified FROM options WHERE isSynced = 1`);