link map WIP

This commit is contained in:
zadam
2019-06-03 22:55:59 +02:00
parent 0a0663be69
commit 87b16f3325
10 changed files with 919 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ const dateUtils = require('../services/date_utils');
* @extends Entity
*/
class Link extends Entity {
static get entityName() { return "links"; }
static get entityName() { return "link_map.js"; }
static get primaryKeyName() { return "linkId"; }
static get hashedProperties() { return ["linkId", "noteId", "targetNoteId", "type", "isDeleted", "utcDateCreated", "utcDateModified"]; }