mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
added hash columns for faster sync check calculation
This commit is contained in:
@@ -5,6 +5,7 @@ const Entity = require('./entity');
|
||||
class RecentNote extends Entity {
|
||||
static get tableName() { return "recent_notes"; }
|
||||
static get primaryKeyName() { return "branchId"; }
|
||||
static get syncedProperties() { return ["branchId", "notePath", "dateAccessed", "isDeleted"]; }
|
||||
}
|
||||
|
||||
module.exports = RecentNote;
|
||||
Reference in New Issue
Block a user