diff --git a/Seasoned.Backend/Program.cs b/Seasoned.Backend/Program.cs index e02cad4..a1f7d0b 100644 --- a/Seasoned.Backend/Program.cs +++ b/Seasoned.Backend/Program.cs @@ -59,6 +59,10 @@ using (var scope = app.Services.CreateScope()) { db.Database.Migrate(); } + + DbInitializer.Initialize(db); + + Console.WriteLine("--> Database Seeded Successfully!"); } catch (Exception ex) {