As of Flyway 6.4.0 (released on 2020-04-21) the migration script locations can contain Ant-style wildcards (i.e. ?, *, and **). This currently doesn't work with the Quarkus Flyway extension. See this blog for some details: https://flywaydb.org/blog/organising-your-migrations
Description
As of Flyway 6.4.0 (released on 2020-04-21) the migration script locations can contain Ant-style wildcards (i.e.
?
,*
, and**
). This currently doesn't work with the Quarkus Flyway extension. See this blog for some details: https://flywaydb.org/blog/organising-your-migrationsImplementation ideas
No response