Adding neighborhood column to the locations table for health filtering.
Requirements
We will need to adjust the models.py file, run a migration and then update the database records. May need to see if other features are impacted by this (specially tests that insert fake data into the db).
Describe the feature
Adding neighborhood column to the locations table for health filtering.
Requirements
We will need to adjust the
models.py
file, run a migration and then update the database records. May need to see if other features are impacted by this (specially tests that insert fake data into the db).