diff --git a/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore/SingleDbMigrationEventHandler.cs b/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore/SingleDbMigrationEventHandler.cs index 2aba407d4..33e3be976 100644 --- a/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore/SingleDbMigrationEventHandler.cs +++ b/aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore/SingleDbMigrationEventHandler.cs @@ -84,7 +84,7 @@ public class SingleDbMigrationEventHandler : await QueueBackgroundJobAsync(eventData); await SeedTenantDefaultRoleAsync(eventData); - await SeedTenantAdminAsync(eventData); + // await SeedTenantAdminAsync(eventData); } }