mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	nowe don't sync recent_notes anymore
This commit is contained in:
		| @@ -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`); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user