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

feat: load flyway configuration from env vars #389

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

slivkamiro
Copy link
Contributor

@slivkamiro slivkamiro commented Mar 14, 2024

also updated flyway version based on flyway/flyway#3682 (comment)

closes: How to set Flyway config params #248

@@ -74,6 +74,7 @@ class Flyways @Inject() (configuration: Configuration, environment: Environment)
configuration.outOfOrder.foreach(flyway.outOfOrder)
configuration.mixed.foreach(flyway.mixed)
configuration.group.foreach(flyway.group)
flyway.envVars()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slivkamiro. This looks good to me.
Could you remove changes in README.md and build.sbt?
I want to decide what version it should be.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, reverted

@tototoshi tototoshi merged commit 5c01ec6 into playframework:master Apr 25, 2024
1 check passed
@tototoshi
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants