operationcode_backend
operationcode_backend copied to clipboard
Modify DB schema
Collecting housing information for code schools.
Why is this feature being added?
We are currently collecting information on code school housing. We would like to be able to store this in our DB so that FE can render this content.
What should your feature do?
Include provides_housing in the location table, make sure this is send when a code school request occurs. And when performing migration set a default state of False.
Changed variable name 🙃
Hi! I'd like to contribute and take this issue :-)
I'm sorry @emestabillo I goofed and didn't reserve this.
No problem!
@kylemh this is basically done, we just need to figure out how to successfully do a database migration on production.
Hello! Just made a pull request on this issue!