ban reason

This commit is contained in:
Paul Schneider 2019-01-27 12:32:00 +00:00
commit f0a5dff06f
4 changed files with 2852 additions and 2 deletions

View file

@ -123,6 +123,9 @@ namespace Yavsc.Migrations
b.Property<DateTime>("DateModified");
b.Property<string>("Reason")
.IsRequired();
b.Property<string>("TargetId")
.IsRequired();