Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Added housing_provided column to locations table, defaulting to false #515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shanelonergan
Copy link

Description of changes

Created a new migration to add a housing_provided column to the locations table, with a default value of false. Also added housing_provided to the locations serializer so that it is rendered in the JSON returned from the API.

This commit is meant to solve issue #397. It will allow housing data to be stored in the back end for each location.

Issue Resolved

Fixes #397

Created a new migration to add a housing_provided column to the locations table, with a default value of false. Also added housing_provided to the locations serializer so that it is rendered in the JSON returned from the API.

This commit is meant to solve issue OperationCode#397. It will allow housing data to be stored in the back end for each location.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify DB schema
1 participant