helpwithcovid / covid-volunteers

Organizing and matching volunteers with COVID-19 projects
https://helpwithcovid.com
MIT License
96 stars 76 forks source link

Drop the business table #285

Closed shen-sat closed 4 years ago

shen-sat commented 4 years ago

I added a Business table in a previous PR, as I initially thought we'd need this to capture Business data. Now instead we are going to add columns to the Project table to capture the same data.

So in this PR I am removing the Business table and adding columns to the Projects table. I'm also removing all business-related MVC/test files.