Imagine I have the following flyway migrations:
- V1__create_table.sql
- V2__create_table.sql
- V4__create_table.sql
And these migrations have been applied to my database. Is there a possibility to add the following script:
- V3__create_table.sql
And let flyway run this migration out of order without complaining?