Seed personal team accounts
This commit is contained in:
@@ -49,6 +49,7 @@ public static class WebApplicationExtensions
|
||||
|
||||
await SessionBootstrapper.EnsureAsync(db);
|
||||
await OperationalTablesBootstrapper.EnsureAsync(db);
|
||||
await TeamAccountBootstrapper.EnsureAsync(db, app.Configuration);
|
||||
if (ShouldSeedPresentationData(app))
|
||||
{
|
||||
await SeedDataBootstrapper.EnsureAsync(db);
|
||||
|
||||
Reference in New Issue
Block a user