Browse Source

fix(migrations): fix spelling errors in migration files

pull/389/head
cKey 4 years ago
parent
commit
bf4a081c94
  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