Skip to content

db setup - #8

Merged
nikhilgosavi-josh merged 5 commits into
feat/mvp-integrationfrom
feat/db_setup
Aug 21, 2026
Merged

db setup#8
nikhilgosavi-josh merged 5 commits into
feat/mvp-integrationfrom
feat/db_setup

Conversation

@nikhilgosavi-josh

Copy link
Copy Markdown
Collaborator

No description provided.

@nikhilgosavi-josh nikhilgosavi-josh changed the title Feat/db setup db setup Aug 12, 2026
sa.Column('parsed_resume', postgresql.JSONB(astext_type=sa.Text()), nullable=True),
sa.Column('candidate_yoe', sa.Float(), nullable=True),
sa.Column('resume_score', sa.Numeric(precision=5, scale=2), nullable=True),
sa.Column('matching_result', postgresql.JSONB(astext_type=sa.Text()), nullable=True),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we changed this field name @nikhilgosavi-josh to job_fit_analysis

@nikhilgosavi-josh
nikhilgosavi-josh changed the base branch from main to feat/mvp-integration August 21, 2026 05:42
@nikhilgosavi-josh
nikhilgosavi-josh merged commit a50c233 into feat/mvp-integration Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants