Merge branch 'refs/heads/develop' into feature/user-fonts
# Conflicts: # API/Services/TaskScheduler.cs
This commit is contained in:
commit
1f2ea8f59d
100 changed files with 3553 additions and 1416 deletions
|
@ -97,7 +97,7 @@ public class Program
|
|||
Task.Run(async () =>
|
||||
{
|
||||
// Apply all migrations on startup
|
||||
logger.LogInformation("Running Migrations");
|
||||
logger.LogInformation("Running Manual Migrations");
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -113,7 +113,7 @@ public class Program
|
|||
}
|
||||
|
||||
await unitOfWork.CommitAsync();
|
||||
logger.LogInformation("Running Migrations - complete");
|
||||
logger.LogInformation("Running Manual Migrations - complete");
|
||||
}).GetAwaiter()
|
||||
.GetResult();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue