fix: Wrong challenge table name

This commit is contained in:
2025-11-06 14:24:05 +01:00
parent e0dac9b043
commit 5a229da611

View File

@@ -21,7 +21,7 @@ class CheaterTeams(db.Model):
) )
challenge = db.relationship( challenge = db.relationship(
"BaseChallenge", "Challenges",
foreign_keys="CheaterTeams.challenge_id", foreign_keys="CheaterTeams.challenge_id",
lazy="select", lazy="select",
) )