Skip to content

Commit

Permalink
feat(db/models): Add eventhistory collection
Browse files Browse the repository at this point in the history
Add event history collection for new api endpoint

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Oct 28, 2024
1 parent d1b28bd commit 1ea06d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Database:
User: 'user',
Node: 'node',
UserGroup: 'usergroup',
EventHistory: 'eventhistory',

Check failure on line 29 in api/db.py

View workflow job for this annotation

GitHub Actions / Lint

Undefined variable 'EventHistory'
}

OPERATOR_MAP = {
Expand Down

0 comments on commit 1ea06d6

Please sign in to comment.