update to entity creates sync event

This commit is contained in:
azivner
2018-01-30 20:12:19 -05:00
parent 35c7b54176
commit 5217339209
6 changed files with 10 additions and 0 deletions

View File

@@ -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);