mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
added entity constructors for "content" tables
This commit is contained in:
parent
3bafc396fc
commit
20c24e26cc
@ -11,7 +11,9 @@ const ENTITY_NAME_TO_ENTITY = {
|
|||||||
"attributes": Attribute,
|
"attributes": Attribute,
|
||||||
"branches": Branch,
|
"branches": Branch,
|
||||||
"notes": Note,
|
"notes": Note,
|
||||||
|
"note_contents": Note,
|
||||||
"note_revisions": NoteRevision,
|
"note_revisions": NoteRevision,
|
||||||
|
"note_revision_contents": NoteRevision,
|
||||||
"recent_notes": RecentNote,
|
"recent_notes": RecentNote,
|
||||||
"options": Option,
|
"options": Option,
|
||||||
"api_tokens": ApiToken,
|
"api_tokens": ApiToken,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user