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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.Designer.cs
-
aspnet-core/services/account/AuthServer.Host/Migrations/20211118035301_Remove-Field-AvatarUrl-With-IdentityUser.cs
|
|
@ -10,8 +10,8 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
namespace AuthServer.Migrations |
|
|
namespace AuthServer.Migrations |
|
|
{ |
|
|
{ |
|
|
[DbContext(typeof(AuthServerHostMigrationsDbContext))] |
|
|
[DbContext(typeof(AuthServerHostMigrationsDbContext))] |
|
|
[Migration("20211118030445_Remote-Field-AvatarUrl-With-IdentityUser")] |
|
|
[Migration("20211118035301_Remove-Field-AvatarUrl-With-IdentityUser")] |
|
|
partial class RemoteFieldAvatarUrlWithIdentityUser |
|
|
partial class RemoveFieldAvatarUrlWithIdentityUser |
|
|
{ |
|
|
{ |
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder) |
|
|
protected override void BuildTargetModel(ModelBuilder modelBuilder) |
|
|
{ |
|
|
{ |
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
namespace AuthServer.Migrations |
|
|
namespace AuthServer.Migrations |
|
|
{ |
|
|
{ |
|
|
public partial class RemoteFieldAvatarUrlWithIdentityUser : Migration |
|
|
public partial class RemoveFieldAvatarUrlWithIdentityUser : Migration |
|
|
{ |
|
|
{ |
|
|
protected override void Up(MigrationBuilder migrationBuilder) |
|
|
protected override void Up(MigrationBuilder migrationBuilder) |
|
|
{ |
|
|
{ |