Git clone fixed

This commit is contained in:
Paul Schneider 2018-07-23 17:15:28 +02:00
commit c590930d09
8 changed files with 28 additions and 16 deletions

View file

@ -57,6 +57,7 @@ namespace Yavsc.Migrations
migrationBuilder.DropForeignKey(name: "FK_Project_ApplicationUser_ClientId", table: "Project");
migrationBuilder.DropForeignKey(name: "FK_Project_PerformerProfile_PerformerId", table: "Project");
migrationBuilder.DropForeignKey(name: "FK_ProjectBuildConfiguration_Project_ProjectId", table: "ProjectBuildConfiguration");
migrationBuilder.CreateTable(
name: "GitRepositoryReference",
columns: table => new