#26 reworked migrations, preparation for deployement
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Hutopy.Domain.Constants;
|
||||
using Hutopy.Domain.Entities;
|
||||
using Hutopy.Infrastructure.Identity;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
@@ -17,7 +16,7 @@ public static class InitializerExtensions
|
||||
|
||||
var initializer = scope.ServiceProvider.GetRequiredService<ApplicationDbContextInitializer>();
|
||||
|
||||
// await initializer.InitialiseAsync();
|
||||
await initializer.InitialiseAsync();
|
||||
|
||||
await initializer.SeedAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user