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,
"branches": Branch,
"notes": Note,
"note_contents": Note,
"note_revisions": NoteRevision,
"note_revision_contents": NoteRevision,
"recent_notes": RecentNote,
"options": Option,
"api_tokens": ApiToken,