codeforboston / urban-league-heat-pump-accelerator

Urban League Heat Pump Accelerator Project
MIT License
33 stars 22 forks source link

Remove email from surveyors table #595

Open lfilmeyer opened 2 months ago

lfilmeyer commented 2 months ago

The email field on surveyors is a duplicate of the one on users and can be removed. We maybe once had a need for both (ex. login email vs. contact email) but we've decided to simplify it to just use 1 email on users.

A question I have regarding removing this field - how does the deploy process work for this app? For previous applications I've worked on, removing a field took multiple deploys to avoid errors & downtime. Not that we have to worry about downtime much for this app yet, but it does prompt questions like "how do migrations get run?"