ban reason
This commit is contained in:
@ -123,6 +123,9 @@ namespace Yavsc.Migrations
|
||||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
||||
b.Property<string>("Reason")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<string>("TargetId")
|
||||
.IsRequired();
|
||||
|
||||
|
Reference in New Issue
Block a user