Changes on Database for Rolebased Users also started with Login Cookies.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace WatchLog.Data
|
||||
public virtual Type Type { get; set; } = null!;
|
||||
|
||||
[ForeignKey(nameof(CreatorId))]
|
||||
public virtual User User { get; set; } = null!;
|
||||
public virtual AppUser User { get; set; } = null!;
|
||||
|
||||
public virtual ICollection<LinkTableGlobalGenre> LinkTableGlobalGenres { get; set; } = new List<LinkTableGlobalGenre>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user