Why is flyway ignoring my SQL migration files?
I had a similar problem. In my case the file name was missing the double underscore after the version.
sqlMigrationPrefix is V
by default and your files don't start with it. Rename your files or set the prefix to an empty value.