mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(data): satisfy unique name constraint for #4735
This commit is contained in:
parent
d3cbdf5147
commit
adda581e48
4 changed files with 87866 additions and 2 deletions
87832
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20250304002804_4735v2.Designer.cs
generated
Normal file
87832
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20250304002804_4735v2.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,32 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class _4735v2 : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterList",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2730,
|
||||
column: "Name",
|
||||
value: "Microsoft GitHub Less Social (Aggressive)");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterList",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2730,
|
||||
column: "Name",
|
||||
value: "Microsoft GitHub Less Social");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -20239,7 +20239,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
HomeUrl = "https://codeberg.org/toastal/github-less-social",
|
||||
IssuesUrl = "https://codeberg.org/toastal/github-less-social/issues",
|
||||
LicenseId = 37,
|
||||
Name = "Microsoft GitHub Less Social",
|
||||
Name = "Microsoft GitHub Less Social (Aggressive)",
|
||||
SubmissionUrl = "https://codeberg.org/toastal/github-less-social#pitching-in"
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -17882,7 +17882,7 @@
|
|||
"id": 2730,
|
||||
"issuesUrl": "https://codeberg.org/toastal/github-less-social/issues",
|
||||
"licenseId": 37,
|
||||
"name": "Microsoft GitHub Less Social",
|
||||
"name": "Microsoft GitHub Less Social (Aggressive)",
|
||||
"submissionUrl": "https://codeberg.org/toastal/github-less-social#pitching-in"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue