mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Reorder GitHack mirror to lowest priority for FilterList 2813
Co-authored-by: collinbarrett <6483057+collinbarrett@users.noreply.github.com>
This commit is contained in:
parent
80a3e3ec95
commit
0b0ff0bc1a
4 changed files with 90955 additions and 4 deletions
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 ReorderGitHackMirrorPriority : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2813, 3203 },
|
||||
column: "Primariness",
|
||||
value: (short)5);
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2813, 3204 },
|
||||
column: "Primariness",
|
||||
value: (short)4);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2813, 3203 },
|
||||
column: "Primariness",
|
||||
value: (short)4);
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 2813, 3204 },
|
||||
column: "Primariness",
|
||||
value: (short)5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -90586,7 +90586,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = 2813,
|
||||
Id = 3203,
|
||||
Primariness = (short)4,
|
||||
Primariness = (short)5,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://raw.githack.com/thedoggybrad/AntiTLDAbuserFilterlist/main/list.txt"
|
||||
},
|
||||
|
|
@ -90594,7 +90594,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = 2813,
|
||||
Id = 3204,
|
||||
Primariness = (short)5,
|
||||
Primariness = (short)4,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://gitloaf.com/cdn/thedoggybrad/AntiTLDAbuserFilterlist/main/list.txt"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17591,13 +17591,13 @@
|
|||
{
|
||||
"filterListId": 2813,
|
||||
"id": 3203,
|
||||
"primariness": 4,
|
||||
"primariness": 5,
|
||||
"url": "https://raw.githack.com/thedoggybrad/AntiTLDAbuserFilterlist/main/list.txt"
|
||||
},
|
||||
{
|
||||
"filterListId": 2813,
|
||||
"id": 3204,
|
||||
"primariness": 5,
|
||||
"primariness": 4,
|
||||
"url": "https://gitloaf.com/cdn/thedoggybrad/AntiTLDAbuserFilterlist/main/list.txt"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue