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
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue