From 72b0245768b506179afcf8157180976ba6955727 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 17 May 2025 13:09:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(identity):=20=E4=BF=AE=E5=A4=8D=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=A7=9F=E6=88=B7=E6=97=B6=E9=87=8D=E5=A4=8D=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SingleDbMigrationEventHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }