I just discovered that one of my tables in Heroku app has a different structure than the one on my localhost.
In the best way I would need to run the migration that create a new table again, but what is the best way to do that?
Just simply manually remove the table in Heroku terminal and then change the date of migration and run it again?