mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
update to entity creates sync event
This commit is contained in:
@@ -5,6 +5,7 @@ const protected_session = require('../services/protected_session');
|
||||
|
||||
class Note extends Entity {
|
||||
static get tableName() { return "notes"; }
|
||||
static get primaryKeyName() { return "noteId"; }
|
||||
|
||||
constructor(repository, row) {
|
||||
super(repository, row);
|
||||
|
||||
Reference in New Issue
Block a user