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

fix boolean operation in flyway migration (&& → ||) #165

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

ePaul
Copy link
Member

@ePaul ePaul commented Dec 15, 2022

A change in #143 had the effect that it was needed to include a flyway URL when having a separate flyway user (and the other way around). I think this was unintended, maybe caused by the confusing deprecation warning.

This should restore the old behavior.

@ePaul ePaul added bug spring-boot-2 Issues/PRs which only apply to the Spring-Boot 2 versions (Releases 20.*+) persistence everything around DB access release-21.0 issues/PRs planned for the next major release labels Dec 15, 2022
@ePaul ePaul requested a review from fbrns as a code owner December 15, 2022 16:00
@ePaul
Copy link
Member Author

ePaul commented Dec 21, 2022

👍

1 similar comment
@fbrns
Copy link
Member

fbrns commented Dec 21, 2022

👍

@ePaul ePaul merged commit ae433d1 into master Dec 21, 2022
@ePaul ePaul deleted the 142-fix-operators branch December 21, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug persistence everything around DB access release-21.0 issues/PRs planned for the next major release spring-boot-2 Issues/PRs which only apply to the Spring-Boot 2 versions (Releases 20.*+)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants