Browse Source

fix(identity): 修复新建租户时重复创建用户

pull/1200/head
colin 10 months ago
parent
commit
72b0245768
  1. 2
      aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore/SingleDbMigrationEventHandler.cs

2
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);
}
}

Loading…
Cancel
Save