From 4bdc5552853e270402bff46139f6a1ae3f13064d Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:12:42 +0000 Subject: [PATCH] Update Src/Migrations/AddBrandSubcollectionRelationship.cs --- Src/Migrations/AddBrandSubcollectionRelationship.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Migrations/AddBrandSubcollectionRelationship.cs b/Src/Migrations/AddBrandSubcollectionRelationship.cs index 0cd00a63b..192554209 100644 --- a/Src/Migrations/AddBrandSubcollectionRelationship.cs +++ b/Src/Migrations/AddBrandSubcollectionRelationship.cs @@ -11,7 +11,7 @@ protected override void Up(MigrationBuilder migrationBuilder) columns: table => new { BrandId = table.Column(nullable: false), - SubcollectionId = table.Column(nullable: false) + SubcollectionId = table.Column(nullable: false), }, constraints: table => {