diff --git a/backend/talent/models.py b/backend/talent/models.py index add1bf4..372ca48 100644 --- a/backend/talent/models.py +++ b/backend/talent/models.py @@ -34,7 +34,7 @@ MUTABLE_PROFILE_FIELDS = ( "current_title", "current_company", "avatar_url", "summary", "skills", "match_score", "raw", ) - + class TalentRuns(SQLModel, table=True):