notification target

This commit is contained in:
Paul Schneider 2017-05-17 10:41:29 +02:00
commit 955752a184
6 changed files with 2234 additions and 23 deletions

View file

@ -760,6 +760,8 @@ namespace Yavsc.Migrations
b.Property<long>("Id")
.ValueGeneratedOnAdd();
b.Property<string>("Target");
b.Property<string>("body")
.IsRequired();