ban reason
This commit is contained in:
parent
6966dd4d8f
commit
f0a5dff06f
4 changed files with 2852 additions and 2 deletions
|
|
@ -123,6 +123,9 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<DateTime>("DateModified");
|
||||
|
||||
b.Property<string>("Reason")
|
||||
.IsRequired();
|
||||
|
||||
b.Property<string>("TargetId")
|
||||
.IsRequired();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue