Fixed flyway migration files path
Fixed flyway migration files path from previous commit
This commit is contained in:
parent
cb9524eac7
commit
15db21340a
@ -40,7 +40,7 @@ lazy val flyway = (project in file("modules/flyway"))
|
||||
.enablePlugins(FlywayPlugin)
|
||||
.settings(
|
||||
libraryDependencies += "org.flywaydb" % "flyway-core" % FlywayVersion,
|
||||
flywayLocations := Seq("classpath:conf/db/migration/default"),
|
||||
flywayLocations := Seq("classpath:db/migration/default"),
|
||||
flywayUrl := databaseUrl,
|
||||
flywayUser := databaseUser,
|
||||
flywayPassword := databasePassword,
|
||||
|
Loading…
Reference in New Issue
Block a user