mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Use MigrateAsync instead of Migrate.
This commit is contained in:
parent
bf094a637b
commit
0a8c74da8b
@ -285,7 +285,7 @@ using (var scope = app.Services.CreateScope())
|
||||
|
||||
if (context.Database.IsRelational())
|
||||
{
|
||||
context.Database.Migrate();
|
||||
await context.Database.MigrateAsync();
|
||||
}
|
||||
|
||||
await dataService.SetAllDevicesNotOnline();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user