notification target
This commit is contained in:
@ -760,6 +760,8 @@ namespace Yavsc.Migrations
|
||||
b.Property<long>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<string>("Target");
|
||||
|
||||
b.Property<string>("body")
|
||||
.IsRequired();
|
||||
|
||||
|
Reference in New Issue
Block a user