diff --git a/backend/app/core/db.py b/backend/app/core/db.py index b25f9c1..1003182 100644 --- a/backend/app/core/db.py +++ b/backend/app/core/db.py @@ -130,11 +130,11 @@ def init_db(session: Session) -> None: event.add_user(user, PermissionRight.ADMIN, session=session) team = session.exec( - select(Event).where(Team.theme_name == "Laaiend vuur ็†พ็†ฑ็š„็ซ ๐Ÿ”ฅ") + select(Event).where(Team.theme_name == "LวŽร วend vuur ็†พ็†ฑ็š„็ซ ๐Ÿ”ฅ") ).first() if not team: team_in = TeamCreate( - theme_name="Laaiend vuur ็†พ็†ฑ็š„็ซ ๐Ÿ”ฅ", + theme_name="LวŽร วend vuur ็†พ็†ฑ็š„็ซ ๐Ÿ”ฅ", short_name="1", event_id=event.id, )