mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added hash columns for faster sync check calculation
This commit is contained in:
@@ -7,6 +7,7 @@ const repository = require('../services/repository');
|
||||
class NoteRevision extends Entity {
|
||||
static get tableName() { return "note_revisions"; }
|
||||
static get primaryKeyName() { return "noteRevisionId"; }
|
||||
static get syncedProperties() { return ["noteRevisionId", "noteId", "title", "content", "dateModifiedFrom", "dateModifiedTo"]; }
|
||||
|
||||
constructor(row) {
|
||||
super(row);
|
||||
|
||||
Reference in New Issue
Block a user