Remove Verified property from User entity and update related migration

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
troogs
2026-04-26 10:25:16 +02:00
parent 48ad7dda87
commit 54effa67ac
5 changed files with 293 additions and 10 deletions

View File

@@ -110,11 +110,6 @@ namespace FoodsharingSiegen.Contracts.Entity
/// </summary>
public UserType Type { get; set; }
/// <summary>
/// Gets or sets the value of the verified (ab)
/// </summary>
public bool Verified { get; set; }
#endregion
#region Public Method Clone