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) {