When quickly developing before we had any users, a reasonable way is to nuke the database everytime instead of spending time writing migrations. To do this, you can without creating a migration:This breaks the website, because the DB is out of sync. So then you go and manually fix it up:
npm run deploy-prod
# heroku run -a ourbigbook web/bin/generate-demo-data.js --force-production --clear