mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
nowe don't sync recent_notes anymore
This commit is contained in:
parent
4f48625883
commit
57db2adf2d
@ -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`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user