nowe don't sync recent_notes anymore

pull/1841/head
zadam 2021-02-12 22:40:26 +07:00
parent 4f48625883
commit 57db2adf2d
1 changed files with 0 additions and 3 deletions

@ -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`);