[WIP] Git

This commit is contained in:
Paul Schneider 2018-06-25 15:18:37 +02:00
commit 9cbb1706ad
17 changed files with 99 additions and 7803 deletions

View file

@ -1356,8 +1356,6 @@ namespace Yavsc.Migrations
b.Property<string>("Description");
b.Property<string>("LocalRepo");
b.Property<string>("Name")
.IsRequired();
@ -1370,9 +1368,6 @@ namespace Yavsc.Migrations
b.Property<decimal?>("Previsional");
b.Property<string>("ProjectName")
.IsRequired();
b.Property<bool>("Rejected");
b.Property<DateTime>("RejectedAt");
@ -1398,8 +1393,7 @@ namespace Yavsc.Migrations
b.Property<string>("Name")
.IsRequired();
b.Property<string>("ProjectName")
.IsRequired();
b.Property<long>("ProjectId");
b.HasKey("Id");
});
@ -1903,8 +1897,7 @@ namespace Yavsc.Migrations
{
b.HasOne("Yavsc.Server.Models.IT.Project")
.WithMany()
.HasForeignKey("ProjectName")
.HasPrincipalKey("ProjectName");
.HasForeignKey("ProjectId");
});
modelBuilder.Entity("Yavsc.Server.Models.IT.SourceCode.GitRepositoryReference", b =>