Scalafmt Fix (#1117)

This commit is contained in:
Ben Carman 2020-02-12 14:22:55 -06:00 committed by GitHub
parent 53f4750a8d
commit 59ec73269c

View file

@ -103,7 +103,9 @@ abstract class DbManagement extends DatabaseLogger {
flyway.migrate()
} catch {
case err: FlywayException =>
logger(appConfig).warn(s"Failed to apply first round of migrations, attempting baseline and re-apply",err)
logger(appConfig).warn(
s"Failed to apply first round of migrations, attempting baseline and re-apply",
err)
//maybe we have an existing database, so attempt to baseline the existing
//database and then apply migrations again
flyway.baseline()