Start Flyway migration from specific version
问题 I try use flyway for migration. I find this option spring.flyway.target= # Target version up to which migrations should be considered. But I need set version with which to start migration. For exmple I need start migration from V3_foo.sql Can I do it? Briefly why I need it. I have a database with data. No migration tools have been used before. Everything was done manually. Now I have created an init.sql and placed in it the creation of the entire base structure. Now, when adding changes, I