refact + owner required for a circle

This commit is contained in:
Paul Schneider 2019-08-05 02:22:11 +02:00
commit fbf7f5c73d
262 changed files with 3053 additions and 2 deletions

View file

@ -1103,9 +1103,11 @@ namespace Yavsc.Migrations
b.Property<string>("ApplicationUserId");
b.Property<string>("Name");
b.Property<string>("Name")
.IsRequired();
b.Property<string>("OwnerId");
b.Property<string>("OwnerId")
.IsRequired();
b.Property<bool>("Public");