diff --git a/src/EventHub.EntityFrameworkCore/Migrations/20211008103457_Added_IsActive_To_IdentityUser.cs b/src/EventHub.EntityFrameworkCore/Migrations/20211008103457_Added_IsActive_To_IdentityUser.cs index c642516..2898bd8 100644 --- a/src/EventHub.EntityFrameworkCore/Migrations/20211008103457_Added_IsActive_To_IdentityUser.cs +++ b/src/EventHub.EntityFrameworkCore/Migrations/20211008103457_Added_IsActive_To_IdentityUser.cs @@ -288,7 +288,7 @@ namespace EventHub.Migrations table: "AbpUsers", type: "boolean", nullable: false, - defaultValue: false); + defaultValue: true); migrationBuilder.AlterColumn( name: "CreationTime",