I am having a problem with my app on Heroku.
When I run
heroku run rake db:migrate:status
it shows 5 of my migrations with only 2 of them saying up status and the
other 3 three say down status.
How do i get the other three to be up. I ran
heroku run rake db:migrate
what step am i missing?
Thanks.