Added migration for removing IsAdmin column since we use IdentityService Roles instead.
This commit is contained in:
parent
5e18c1bf3a
commit
ac2b40aba6
4 changed files with 533 additions and 4 deletions
|
@ -66,9 +66,6 @@ namespace API.Data.Migrations
|
|||
b.Property<bool>("EmailConfirmed")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("IsAdmin")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<DateTime>("LastActive")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue