select repo
This commit is contained in:
parent
d6aa59359a
commit
5e16c588a1
13 changed files with 2792 additions and 138 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue