Seed personal team accounts

This commit is contained in:
AzuTear
2026-06-25 20:06:48 +02:00
parent e2f31d99fd
commit 3bf8b00a83
2 changed files with 153 additions and 0 deletions
@@ -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);