Fix PostgreSQL v2.1 migration (#44)

fixes #43
This commit was merged in pull request #44.
This commit is contained in:
2024-03-28 22:25:09 -04:00
committed by GitHub
parent f1a7e55f3e
commit 823286255b
7 changed files with 91 additions and 41 deletions

View File

@@ -54,7 +54,7 @@ module Migration =
open Microsoft.Extensions.Logging
/// The current database version
let currentDbVersion = "v2.1"
let currentDbVersion = "v2.1.1"
/// Log a migration step
let logStep<'T> (log: ILogger<'T>) migration message =