Remove Verified property from User entity and update related migration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -200,9 +200,6 @@ namespace FoodsharingSiegen.Server.Migrations
|
||||
b.Property<int>("Type")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("Verified")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Users");
|
||||
|
||||
Reference in New Issue
Block a user