1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 07:40:54 -05:00

webfront profile loading optimizations

This commit is contained in:
RaidMax
2022-01-28 14:33:08 -06:00
parent dc69e5d602
commit c84b270ef7
3 changed files with 26 additions and 19 deletions

View File

@ -25,10 +25,10 @@ namespace Data.MigrationContext
{
optionsBuilder.UseNpgsql(
"Host=127.0.0.1;Database=IW4MAdmin_Migration;Username=postgres;Password=password;",
options => options.SetPostgresVersion(new Version("9.4")))
options => options.SetPostgresVersion(new Version("12.9")))
.EnableDetailedErrors(true)
.EnableSensitiveDataLogging(true);
}
}
}
}
}