fix Nulable for create userid and update userid
This commit is contained in:
parent
2267d1236a
commit
2b34d3f4ce
11 changed files with 30601 additions and 761 deletions
|
|
@ -119,7 +119,8 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
PrepareSchemaIfNecessary = true,
|
||||
DashboardJobListLimit = 50000,
|
||||
TransactionTimeout = TimeSpan.FromMinutes(1),
|
||||
SchemaName = "HANGFIRE"
|
||||
SchemaName = "SYS",
|
||||
|
||||
})));
|
||||
builder.Services.AddHangfireServer();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue