added entity constructors for "content" tables

This commit is contained in:
zadam 2020-03-14 21:09:07 +01:00
parent 3bafc396fc
commit 20c24e26cc

View File

@ -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,