Skip to content

Commit

Permalink
Stripping uber attrs from event
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Oct 16, 2024
1 parent e5dd8f1 commit 02622f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/tuber/models/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ class Event(Base):
description = Column(String())
readonly = Column(Boolean, default=False)
uber_url = Column(String(), nullable=True)
uber_url.allow_r = {"admin"}
uber_apikey = Column(String(), nullable=True)
uber_apikey.allow_r = {"admin"}
uber_slug = Column(String(), nullable=True)
uber_slug.allow_r = {"admin"}

0 comments on commit 02622f1

Please sign in to comment.