I have a rails app that is deployed to Heroku. I recently made a ton of changes, deleted old migrations, recreated new migrations, rebased and dealt with merge conflicts....the
Destroy the app:
heroku apps:destroy --app example
Create a new one:
heroku create example
Push to it:
git push heroku -u master