mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-21 14:14:28 +01:00
Scalafmt Fix (#1117)
This commit is contained in:
parent
53f4750a8d
commit
59ec73269c
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue