select repo

This commit is contained in:
Paul Schneider 2018-07-22 23:19:05 +02:00
commit 5e16c588a1
13 changed files with 2792 additions and 138 deletions

View file

@ -92,12 +92,6 @@ namespace Yavsc.Migrations
principalTable: "AspNetUsers",
principalColumn: "Id",
onDelete: ReferentialAction.Cascade);
table.ForeignKey(
name: "FK_Project_GitRepositoryReference_Name",
column: x => x.Name,
principalTable: "GitRepositoryReference",
principalColumn: "Path",
onDelete: ReferentialAction.Cascade);
table.ForeignKey(
name: "FK_Project_PayPalPayment_PaymentId",
column: x => x.PaymentId,
@ -496,7 +490,6 @@ namespace Yavsc.Migrations
migrationBuilder.DropForeignKey(name: "FK_UserActivity_PerformerProfile_UserId", table: "UserActivity");
migrationBuilder.DropTable("ProjectBuildConfiguration");
migrationBuilder.DropTable("Project");
migrationBuilder.DropTable("GitRepositoryReference");
migrationBuilder.AddForeignKey(
name: "FK_IdentityRoleClaim<string>_IdentityRole_RoleId",
table: "AspNetRoleClaims",