How to know what flyway version to use #554
Unanswered
alexandernajafi
asked this question in
Q&A
Replies: 1 comment
-
|
@alexandernajafi As of now, you'd have to check the version of Flyway used in this Dropwizard module. The Flyway BOM is unfortunately still blocked: flyway/flyway#3628 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs cleary states that if I am using Mysql, I also need to add something like
But how do I know what
flyway.versionto use? I can see that version3.0.0-4(for Dropwizard 3) of this module is using flyway version9.22.3, but how can I keep these versions in sync as I upgrade this module? Do I always have to check it manually or can it be linked somehow? I am using dependabot to keep track of updates.Beta Was this translation helpful? Give feedback.
All reactions