|
|
@ -51,7 +51,7 @@ public class AuthServerDbMigrationService : EfCoreRuntimeDbMigratorBase<AuthServ |
|
|
|
|
|
|
|
|
protected async override Task SeedAsync() |
|
|
protected async override Task SeedAsync() |
|
|
{ |
|
|
{ |
|
|
Logger.LogInformation($"Executing {(CurrentTenant.IsAvailable ? "host" : CurrentTenant.Name ?? CurrentTenant.GetId().ToString())} database seed..."); |
|
|
Logger.LogInformation($"Executing {(!CurrentTenant.IsAvailable ? "host" : CurrentTenant.Name ?? CurrentTenant.GetId().ToString())} database seed..."); |
|
|
|
|
|
|
|
|
await DataSeeder.SeedAsync(CurrentTenant.Id); |
|
|
await DataSeeder.SeedAsync(CurrentTenant.Id); |
|
|
} |
|
|
} |
|
|
|