Skip to content

Commit

Permalink
Update Src/Migrations/AddBrandSubcollectionRelationship.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Oct 31, 2024
1 parent bf4caae commit 4bdc555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Migrations/AddBrandSubcollectionRelationship.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
columns: table => new
{
BrandId = table.Column<int>(nullable: false),
SubcollectionId = table.Column<int>(nullable: false)
SubcollectionId = table.Column<int>(nullable: false),
},
constraints: table =>
{
Expand Down

0 comments on commit 4bdc555

Please sign in to comment.