From bf4a081c94625a484743f9fc92abad7fe8f2fe24 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:53:31 +0800 Subject: [PATCH] fix(migrations): fix spelling errors in migration files --- ...5301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs} | 4 ++-- ...0211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename aspnet-core/services/account/AuthServer.Host/Migrations/{20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.Designer.cs => 20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs} (97%) rename aspnet-core/services/account/AuthServer.Host/Migrations/{20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.cs => 20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs} (88%) diff --git a/aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.Designer.cs b/aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs similarity index 97% rename from aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.Designer.cs rename to aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs index e497d4fea..491fd3e03 100644 --- a/aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.Designer.cs +++ b/aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs @@ -10,8 +10,8 @@ using Volo.Abp.EntityFrameworkCore; namespace AuthServer.Migrations { [DbContext(typeof(AuthServerHostMigrationsDbContext))] - [Migration("20211118030445_Remote-Field-AvatarUrl-With-IdentityUser")] - partial class RemoteFieldAvatarUrlWithIdentityUser + [Migration("20211118035301_Remove-Field-AvatarUrl-With-IdentityUser")] + partial class RemoveFieldAvatarUrlWithIdentityUser { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.cs b/aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs similarity index 88% rename from aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.cs rename to aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs index ba855dacb..324208c82 100644 --- a/aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.cs +++ b/aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs @@ -2,7 +2,7 @@ namespace AuthServer.Migrations { - public partial class RemoteFieldAvatarUrlWithIdentityUser : Migration + public partial class RemoveFieldAvatarUrlWithIdentityUser : Migration { protected override void Up(MigrationBuilder migrationBuilder) {