Flyway customizing 'version' in naming convention
问题 I'm using Flyway 3.2.1. Current properties are set to: flyway.sqlMigrationPrefix=V flyway.sqlMigrationSuffix=.sql flyway.initVersion=0000 flyway.outOfOrder=false According to the documentation, version can be: Dots or underscores separate the parts, you can use as many parts as you like Therefore I came up with this V_201509071234_Filename.sql , even according to examples, my name above should be valid. However when attempting to execute, it complains: Flyway Error: org.flywaydb.core.api