mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
chore: migrate 4823
This commit is contained in:
parent
ac834467b5
commit
54f385b6de
3 changed files with 88126 additions and 2 deletions
88078
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20250510182832_4823.Designer.cs
generated
Normal file
88078
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20250510182832_4823.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,46 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class _4823 : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterList",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2737,
|
||||
column: "HomeUrl",
|
||||
value: "https://codeberg.org/BloqueBollore/pages/src/branch/main/desarmons-bollore-et-l-extreme-droite.txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2737, 3069 },
|
||||
column: "Url",
|
||||
value: "https://bloquebollore.codeberg.page/desarmons-bollore-et-l-extreme-droite.txt");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterList",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2737,
|
||||
column: "HomeUrl",
|
||||
value: "https://bloquebollore.codeberg.page/desarmons-bollore-et-l-extreme-droite.txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2737, 3069 },
|
||||
column: "Url",
|
||||
value: "https://codeberg.org/BloqueBollore/pages/src/branch/main/desarmons-bollore-et-l-extreme-droite.txt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -20300,7 +20300,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 2737,
|
||||
Description = "A blocklist of Bolloré, alt-right and french fascist web sites.",
|
||||
HomeUrl = "https://bloquebollore.codeberg.page/desarmons-bollore-et-l-extreme-droite.txt",
|
||||
HomeUrl = "https://codeberg.org/BloqueBollore/pages/src/branch/main/desarmons-bollore-et-l-extreme-droite.txt",
|
||||
IssuesUrl = "https://codeberg.org/BloqueBollore/pages/issues",
|
||||
LicenseId = 43,
|
||||
Name = "French far-right blocklist"
|
||||
|
|
@ -87873,7 +87873,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 3069,
|
||||
Primariness = (short)1,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://codeberg.org/BloqueBollore/pages/src/branch/main/desarmons-bollore-et-l-extreme-droite.txt"
|
||||
Url = "https://bloquebollore.codeberg.page/desarmons-bollore-et-l-extreme-droite.txt"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue