Skip to content

fix: adding null value to job_description employment_type values#33

Merged
pandalow merged 1 commit into
mainfrom
issue31/jd_null
Sep 12, 2025
Merged

fix: adding null value to job_description employment_type values#33
pandalow merged 1 commit into
mainfrom
issue31/jd_null

Conversation

@pandalow

Copy link
Copy Markdown
Owner

fix: adding null value to job_description employment_type values

Copilot AI review requested due to automatic review settings September 12, 2025 14:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds null value support to the company and employment_type fields in the JobDescription model, allowing these fields to be optional rather than required.

  • Added null=True, blank=True parameters to company and employment_type fields
  • Generated corresponding Django migration to apply the database schema changes

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
backend/applyday/application/models.py Modified JobDescription model to make company and employment_type fields optional
backend/applyday/application/migrations/0005_alter_jobdescription_company_and_more.py Django migration file to alter database schema for the modified fields

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@pandalow pandalow self-assigned this Sep 12, 2025
@pandalow
pandalow merged commit bdf99fe into main Sep 12, 2025
2 checks passed
@pandalow
pandalow deleted the issue31/jd_null branch September 12, 2025 14:41
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