feat: support mixed teams in MVP ranking
This commit is contained in:
@@ -38,6 +38,7 @@ class Team(SQLModel, table=True):
|
||||
name: str
|
||||
location: str | None
|
||||
country: str | None
|
||||
mixed: bool = False
|
||||
players: list["Player"] | None = Relationship(
|
||||
back_populates="teams", link_model=PlayerTeamLink
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user