Add short name to teams for lists

This commit is contained in:
Sebastiaan
2025-06-12 20:07:29 +02:00
parent 1d9e333ee0
commit 56b503751a
5 changed files with 47 additions and 6 deletions

View File

@@ -135,6 +135,7 @@ def init_db(session: Session) -> None:
if not team:
team_in = TeamCreate(
theme_name="Laaiend vuur 熾熱的火 🔥",
short_name="1",
event_id=event.id,
)
team = Team.create(session=session, create_obj=team_in)