So I made a Pull Request in bitbucket, then I merged that in. I did a deploy and I had an unexpected mirgration failure that wasn't present on my local environment. So from there I hit the
Revert
button on the merged PR. This created a new PR that removed all the old code including the migration from the first PR. So then I merged that one in. Now I fixed the migration, but I can't create a PR because it says the code already lives in the master branch. How do I re create that first pull request now?