diff --git a/backend/talent/models.py b/backend/talent/models.py index c3958bc..add1bf4 100644 --- a/backend/talent/models.py +++ b/backend/talent/models.py @@ -36,6 +36,7 @@ MUTABLE_PROFILE_FIELDS = ( ) + class TalentRuns(SQLModel, table=True): __tablename__ = "talent_runs"