Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Flyway "missing migrations" #11421

Closed
knutwannheden opened this issue Aug 17, 2020 · 3 comments · Fixed by #11437
Closed

Add support for Flyway "missing migrations" #11421

knutwannheden opened this issue Aug 17, 2020 · 3 comments · Fixed by #11437
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Milestone

Comments

@knutwannheden
Copy link
Contributor

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).

@knutwannheden knutwannheden added the kind/enhancement New feature or request label Aug 17, 2020
@gsmet
Copy link
Member

gsmet commented Aug 17, 2020

@knutwannheden want to give it a try?

@gastaldi gastaldi added the good first issue Good for newcomers label Aug 17, 2020
@knutwannheden
Copy link
Contributor Author

@gsmet Yes, why not. I will try to take a look later this week.

@gsmet
Copy link
Member

gsmet commented Aug 17, 2020

A good example would be https://github.com/quarkusio/quarkus/pull/10732/files but I think the callbacks probably need to be build time config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants