Updated program

This commit is contained in:
2026-03-19 01:57:09 +00:00
parent ec883ad006
commit 7735e3404c

View File

@@ -59,6 +59,10 @@ using (var scope = app.Services.CreateScope())
{ {
db.Database.Migrate(); db.Database.Migrate();
} }
DbInitializer.Initialize(db);
Console.WriteLine("--> Database Seeded Successfully!");
} }
catch (Exception ex) catch (Exception ex)
{ {