Skip to content

Commit

Permalink
refactor: reverted flyway migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankoy committed Jan 1, 2025
1 parent 30fc132 commit d721d20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ dependencies {
// it applied migrations from tests on production environment
// so I decided to use latest version from maven
// 11.1.0, 11.0.1, 10.22.0 works perfect
// TODO: use versions from spring dep manager (can it even be trusted after this horrendous upgrade?)
implementation 'org.flywaydb:flyway-core:11.1.0'
// For some reason the problem is in vscode spring boot plugin. If you run app from there, you get this problem with other versions of flyway.
// If you run app from console - everything is fine as should be.
implementation 'org.flywaydb:flyway-core'
// implementation 'org.jooq:jooq'

// freemarker
Expand Down

0 comments on commit d721d20

Please sign in to comment.