Common enemy rework
This commit is contained in:
@@ -37,3 +37,4 @@ class Event(Base):
|
||||
# Relationships
|
||||
marathon: Mapped["Marathon"] = relationship("Marathon", back_populates="events")
|
||||
created_by: Mapped["User | None"] = relationship("User")
|
||||
assignments: Mapped[list["Assignment"]] = relationship("Assignment", back_populates="event")
|
||||
|
||||
Reference in New Issue
Block a user