Kaynağa Gözat

Important thing

master
radivoje.milutinovic 3 yıl önce
ebeveyn
işleme
c5d5d6a46a

+ 2
- 1
SecureSharing.Data/Migrations/20220929095405_Init.cs Dosyayı Görüntüle

@@ -186,7 +186,8 @@ namespace SecureSharing.Data.Migrations
name: "FK_FileModel_Messages_MessageId",
column: x => x.MessageId,
principalTable: "Messages",
principalColumn: "Id");
principalColumn: "Id",
onDelete: ReferentialAction.Cascade);
});

migrationBuilder.CreateIndex(

Loading…
İptal
Kaydet