db context hoes back to lib assembly...

This commit is contained in:
2018-06-11 13:27:12 +02:00
parent 76aff92ce9
commit bf8df5c5ea
10 changed files with 3518 additions and 18 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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 =>