Allow Prospect Warnings

This commit is contained in:
Andre Beging
2022-06-11 06:00:54 +02:00
parent 4a9fe8bed4
commit 7c762e7d28
7 changed files with 259 additions and 15 deletions

View File

@@ -103,6 +103,9 @@ namespace FoodsharingSiegen.Server.Migrations
.IsRequired()
.HasColumnType("TEXT");
b.Property<bool>("Warning")
.HasColumnType("INTEGER");
b.HasKey("Id");
b.ToTable("Prospects");