Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated occupation field for text support #809

Closed
wants to merge 2 commits into from

Conversation

Marmik2003
Copy link
Contributor

fixes #806

@Marmik2003 Marmik2003 requested a review from a team as a code owner June 1, 2022 07:33
@vigneshhari
Copy link
Member

Migrations make no sense, since there are unrelated changes


# OccupationChoices = [(item.value, item.name) for item in OccupationEnum]

occupation = models.CharField(max_length=100, null=True, blank=True)
Copy link
Member

Choose a reason for hiding this comment

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

We loose all data with this change, ideally we would need a migration to port over all the data as well.

@aparnacoronasafe
Copy link
Member

@Marmik2003 can you make the changes and close this ASAP? been pending for a long time

@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
3.3% 3.3% Duplication

@coronasafe coronasafe deleted a comment from gigincg Aug 17, 2022
@aeswibon
Copy link
Member

aeswibon commented Sep 5, 2022

This issue will be fixed by PR #1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add occupation field in patient model
4 participants