mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-30 03:13:39 +01:00
fixes after testing
This commit is contained in:
parent
f455d26d9e
commit
bdfe51c15c
11 changed files with 69 additions and 40 deletions
|
|
@ -59,6 +59,7 @@ namespace MareSynchronosServer
|
|||
options.UseNpgsql(Configuration.GetConnectionString("DefaultConnection"), builder =>
|
||||
{
|
||||
builder.MigrationsHistoryTable("_efmigrationshistory", "public");
|
||||
builder.MigrationsAssembly("MareSynchronosShared");
|
||||
}).UseSnakeCaseNamingConvention();
|
||||
options.EnableThreadSafetyChecks(false);
|
||||
}, Configuration.GetValue("DbContextPoolSize", 1024));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue