You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Flyway can be configured to ignore missing migrations (see FluentConfiguration#ignoreMissingMigrations(boolean) for details). This configuration is not currently exposed by the Quarkus Flyway extension.
Implementation ideas
Add a new boolean-typed quarkus.flyway.ignore-missing-migrations configuration property (defaulting to false as in Flyway).
The text was updated successfully, but these errors were encountered:
Description
Flyway can be configured to ignore missing migrations (see
FluentConfiguration#ignoreMissingMigrations(boolean)
for details). This configuration is not currently exposed by the Quarkus Flyway extension.Implementation ideas
Add a new boolean-typed
quarkus.flyway.ignore-missing-migrations
configuration property (defaulting tofalse
as in Flyway).The text was updated successfully, but these errors were encountered: