db context hoes back to lib assembly...
This commit is contained in:
parent
1fc8e499e8
commit
fa20ed0590
10 changed files with 3518 additions and 18 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue