Browse Source

Merge pull request #1200 from colinin/fix-new-tenant-admin-user

fix(identity): 修复新建租户时重复创建用户
pull/1211/head
yx lin 10 months ago
committed by GitHub
parent
commit
a8abccc8a1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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