Added migration for removing IsAdmin column since we use IdentityService Roles instead.

This commit is contained in:
Joseph Milazzo 2021-01-03 14:16:06 -06:00
parent 5e18c1bf3a
commit ac2b40aba6
4 changed files with 533 additions and 4 deletions

View file

@ -12,7 +12,6 @@ namespace API.Entities
public DateTime Created { get; set; } = DateTime.Now;
public DateTime LastActive { get; set; }
public ICollection<Library> Libraries { get; set; }
[ConcurrencyCheck]
public uint RowVersion { get; set; }