baseline migration doesn't work
![nio](https://us.v-cdn.net/6029854/uploads/defaultavatar/nZUSABQN8JEE0.jpg)
I used baseline migration in SpringBoot Project with flyway maven plugin, the file's name was "B3__create_table.sql" in dictionary of db/migration, but the sql don't work. When i changed the name of file to "V3__create_table.sql", it did. So the baseline migration don't work, i am so pleasure to hear your suggestion
![:) :)](https://forum.red-gate.com/plugins/redgate/emoji/smile.png)
Tagged:
Best Answer
-
Peter_Laws Posts: 299 Silver 2
Hello nio,
What licence tier are you using please?
Baseline scripts require a minimum of a Teams licence as detailed here https://documentation.red-gate.com/flyway/learn-more-about-flyway/feature-glossary
Answers
Please clarify.
I'm afraid that change was made in Flyway v9.20.0, you'll need to update a little to get it.