From 25a4eb8ec57935ba4fa85da859d32ab7d2a3586d Mon Sep 17 00:00:00 2001 From: "ahmed.mujtaba" Date: Mon, 31 Aug 2026 18:30:56 +0500 Subject: [PATCH] . --- backend/talent/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):