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 
      
      
      
      
      
      Comments
4 comments
- 
                
                  
                
                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 - 
                
                  
                
                
thank you for your replyingPeter_Laws said: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 - 
                
                  
                
                Hi, I am using community version and baseline `B` scripts are not working. As per this page : https://www.red-gate.com/products/flyway/editions the Baseline feature is included in the community version. I am using flyway-core 9.19.4 version with spring boot 3.1
Please clarify.
 - 
                
                  
                
                Hello mithunkhatriwork,
I'm afraid that change was made in Flyway v9.20.0, you'll need to update a little to get it.
 
Add comment
Please sign in to leave a comment.