mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
added hash columns for faster sync check calculation
This commit is contained in:
@@ -8,6 +8,7 @@ const dateUtils = require('../services/date_utils');
|
||||
class Note extends Entity {
|
||||
static get tableName() { return "notes"; }
|
||||
static get primaryKeyName() { return "noteId"; }
|
||||
static get syncedProperties() { return ["noteId", "title", "content", "type", "dateModified", "isProtected", "isDeleted"]; }
|
||||
|
||||
constructor(row) {
|
||||
super(row);
|
||||
|
||||
Reference in New Issue
Block a user