notification target
This commit is contained in:
parent
1f5e6cf2e1
commit
955752a184
6 changed files with 2234 additions and 23 deletions
|
|
@ -760,6 +760,8 @@ namespace Yavsc.Migrations
|
|||
b.Property<long>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<string>("Target");
|
||||
|
||||
b.Property<string>("body")
|
||||
.IsRequired();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue