a bunch of stuff

This commit is contained in:
2026-04-22 20:09:26 -05:00
parent 5267701e32
commit fc7db1fedd
16 changed files with 697 additions and 362 deletions

View File

@@ -26,7 +26,6 @@ using (var scope = app.Services.CreateScope())
try
{
services.GetRequiredService<DatabaseContext>().Database.EnsureCreated();
services.GetRequiredService<DatabaseContext>().Database
}
catch (Exception ex)
{