notification target

This commit is contained in:
2017-05-17 10:41:29 +02:00
parent 3a7c464ce6
commit baca1d6253
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();