OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

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

Open shanelonergan opened 4 years ago

shanelonergan commented 4 years ago

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