Skip to content

Commit

Permalink
Roolback flyway upgrade and fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Nov 2, 2023
1 parent 4e8463b commit 6a0eea9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
api("org.springframework.boot:spring-boot-starter-data-jpa:3.1.3")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
api("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
api("org.flywaydb:flyway-core:10.0.0")
api("org.flywaydb:flyway-core:9.22.3")
api("org.springdoc:springdoc-openapi-ui:1.7.0")
api("org.jetbrains.kotlin:kotlin-reflect:1.9.10")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10")
Expand Down

0 comments on commit 6a0eea9

Please sign in to comment.