Skip to content

Commit

Permalink
Add initdb.py entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Aug 20, 2024
1 parent 834e3e6 commit 4a8a09e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions initdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ def initialize_database():
LogEntryKind.create(name="oauth_token_assigned")
LogEntryKind.create(name="oauth_token_revoked")

LogEntryKind.create(name="export_logs_success")
LogEntryKind.create(name="export_logs_failure")

ImageStorageLocation.create(name="local_eu")
ImageStorageLocation.create(name="local_us")

Expand Down

0 comments on commit 4a8a09e

Please sign in to comment.