mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-27 18:55:41 +01:00
Bump minimum Postgres version to 15 for FluentMigrator
This commit is contained in:
parent
15f5ffd3f0
commit
c1c74a5499
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public void Migrate(string connectionString, MigrationContext migrationContext,
|
|||
.AddFluentMigratorCore()
|
||||
.Configure<RunnerOptions>(cfg => cfg.IncludeUntaggedMaintenances = true)
|
||||
.ConfigureRunner(builder => builder
|
||||
.AddPostgres()
|
||||
.AddPostgres15_0()
|
||||
.AddNzbDroneSQLite()
|
||||
.WithGlobalConnectionString(connectionString)
|
||||
.ScanIn(Assembly.GetExecutingAssembly()).For.All())
|
||||
|
|
|
|||
Loading…
Reference in a new issue