mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Run fixup migration from 0.32 onwards
This commit is contained in:
parent
a890366d8b
commit
613f21a9fc
@ -64,7 +64,7 @@ class FlywayMigrate[F[_]: Sync](jdbc: JdbcConfig, xa: Transactor[F]) {
|
||||
current <- OptionT(getSchemaVersion)
|
||||
_ <- OptionT
|
||||
.fromOption[F](versionComponents(current))
|
||||
.filter(v => v._1 >= 1 && v._2 >= 33)
|
||||
.filter(v => v._1 >= 1 && v._2 >= 32)
|
||||
fw <- OptionT.liftF(createFlyway(MigrationKind.Fixups))
|
||||
_ <- OptionT.liftF(logger.info(s"!!! Running fixup migrations"))
|
||||
_ <- OptionT.liftF(Sync[F].blocking(fw.migrate()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user