care
care copied to clipboard
Convert `Facility.features` to ArrayField
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 I'll like to work on this issue