db context hoes back to lib assembly...

This commit is contained in:
Paul Schneider 2018-06-11 13:27:12 +02:00
commit fa20ed0590
10 changed files with 3518 additions and 18 deletions

View file

@ -1341,13 +1341,13 @@ namespace Yavsc.Migrations
{
b.Property<string>("Path");
b.Property<string>("Url");
b.Property<string>("Branch");
b.Property<string>("OwnerId");
b.HasKey("Path", "Url", "Branch");
b.Property<string>("Url");
b.HasKey("Path");
});
modelBuilder.Entity("Microsoft.AspNet.Identity.EntityFramework.IdentityRoleClaim<string>", b =>