Migrate database on Heroku
Assuming you've already setup and named your remotes for staging and producdtion
heroku run rails db:migrate --remote staging
heroku run rails db:migrate --remote productionLast updated
Assuming you've already setup and named your remotes for staging and producdtion
heroku run rails db:migrate --remote staging
heroku run rails db:migrate --remote productionLast updated