gardenbuilder-app / gardenbuilder-backend-python

Django-based REST API
6 stars 11 forks source link

Change "bedName" to "name" in Beds model #13

Closed capndave closed 3 years ago

capndave commented 3 years ago

Change bedName to name in the Beds model. Rerun makemigrations and migrate, ensure that any mention of bedName is changed to bed.name in the entire codebase.

sachajoy commented 3 years ago

@capndave assign me this issue

sachajoy commented 3 years ago

do we have to do it in postgresql or can we use mysql

capndave commented 3 years ago

By now you've already made the updates, did you use mysql? If so I can probably remove the bit about installing postgres from the docs. I use postgres on my local and in production