a bunch of stuff
This commit is contained in:
@@ -26,7 +26,6 @@ using (var scope = app.Services.CreateScope())
|
||||
try
|
||||
{
|
||||
services.GetRequiredService<DatabaseContext>().Database.EnsureCreated();
|
||||
services.GetRequiredService<DatabaseContext>().Database
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user