From 5c5f6daf718004fc01c4287cbc50446b35ea2b5b Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 1 Jul 2021 16:09:16 +0300 Subject: [PATCH] Code formatting & refactoring --- .../DbMigrations/ApplyDatabaseSeedsEto.cs | 1 - .../DbMigrations/IdentityServiceDatabaseMigrationChecker.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/ApplyDatabaseSeedsEto.cs b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/ApplyDatabaseSeedsEto.cs index 75322372..5fff3c27 100644 --- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/ApplyDatabaseSeedsEto.cs +++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/ApplyDatabaseSeedsEto.cs @@ -3,7 +3,6 @@ using Volo.Abp.EventBus; namespace EShopOnAbp.IdentityService.DbMigrations { - [EventName("abp.data.apply_database_migrations")] public class ApplyDatabaseSeedsEto : EtoBase { diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServiceDatabaseMigrationChecker.cs b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServiceDatabaseMigrationChecker.cs index a71d613b..f09f9baa 100644 --- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServiceDatabaseMigrationChecker.cs +++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServiceDatabaseMigrationChecker.cs @@ -29,7 +29,6 @@ namespace EShopOnAbp.IdentityService.DbMigrations LocalEventBus = localEventBus; } - public override async Task CheckAsync() { var isMigrationRequired = await base.CheckAsync();