feat: add support for applying migrations automatically
All checks were successful
Update changelog / changelog (push) Successful in 25s
All checks were successful
Update changelog / changelog (push) Successful in 25s
This commit is contained in:
@@ -78,7 +78,7 @@ if (args.FirstOrDefault() is not null)
|
||||
ApplicationDbContext db = scope.ServiceProvider.GetRequiredService<ApplicationDbContext>();
|
||||
GeneralUseHelpers guhf = scope.ServiceProvider.GetRequiredService<GeneralUseHelpers>();
|
||||
Cli cli = new(db, guhf, args);
|
||||
shutdown = await cli.Parse();
|
||||
shutdown = cli.Parse();
|
||||
}
|
||||
if (shutdown) return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user