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

Convert Facility.features to ArrayField #2215

Closed
Tracked by #2213
sainak opened this issue Jun 2, 2024 · 1 comment · Fixed by #2223
Closed
Tracked by #2213

Convert Facility.features to ArrayField #2215

sainak opened this issue Jun 2, 2024 · 1 comment · Fixed by #2223
Labels
good first issue Good for newcomers

Comments

@sainak
Copy link
Member

sainak commented Jun 2, 2024

the features field is a MultiSelectField which uses CharField to store data in db, convert the data to a list of integers and store as ArrayField[SmallIntegerField],
create necessary migrations.

@sainak sainak added the good first issue Good for newcomers label Jun 2, 2024
@DraKen0009
Copy link
Contributor

@sainak I'll like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants