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 => {