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