migration applied

This commit is contained in:
Paul Schneider 2023-03-26 20:41:42 +01:00
commit 53bca59c18
41 changed files with 13882 additions and 913 deletions

View file

@ -99,7 +99,7 @@ namespace Yavsc.Migrations
column: x => x.PaymentId,
principalTable: "PayPalPayment",
principalColumn: "CreationToken",
onDelete: ReferentialAction.Restrict);
onDelete: ReferentialAction.Cascade);
table.ForeignKey(
name: "FK_Project_PerformerProfile_PerformerId",
column: x => x.PerformerId,

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff