There is a migration which has been applied and commited to github. It contains a custom code, meaning it's to do "down". In fact, the method "down" is empty.I can delete a db and it's ok since there is not much the data in it.
Now I need to change it this migration, specifically, I need to change it totally. So I need to somehow undo it, commit to github and allow other members of our command apply it.
How do I do that?
Notice that is not a last migration, there were other ones also after this one.