How to skip a specific migration with flyway?
问题 I'm using flyway with gradle, I've ran one of the migrations manually inside the database console, I want to run flyway, but tell it to ignore one specific migration version in between all the others. Can this be done ? 回答1: You would have to hack it a bit to get it to work, so I don't recommend this approach, but it would work in a pinch. I've only tested this with Maven, but I'm pretty sure it'd work with Gradle too. Migrate up until the version before the one you applied manually #