mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
link map WIP
This commit is contained in:
@@ -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"]; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user