Browse Source

Merge pull request #389 from colinin/4.4.2

fix(migrations): fix spelling errors in migration files
pull/396/head
yx lin 4 years ago
committed by GitHub
parent
commit
555d151729
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs
  2. 2
      aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs

4
aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.Designer.cs → 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)
{

2
aspnet-core/services/account/AuthServer.Host/Migrations/20211118030445_Remote-Field-AvatarUrl-With-IdentityUser.cs → 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)
{
Loading…
Cancel
Save