mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #3900
This commit is contained in:
parent
3732d35f50
commit
d3d9edce67
3 changed files with 87939 additions and 5 deletions
87846
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20231109152857_3900.Designer.cs
generated
Normal file
87846
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20231109152857_3900.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,88 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class _3900 : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2731L },
|
||||
column: "url",
|
||||
value: "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch-Filter-List.txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2812L },
|
||||
column: "url",
|
||||
value: "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch-Filter-List.txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2813L },
|
||||
column: "url",
|
||||
value: "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2923L },
|
||||
column: "url",
|
||||
value: "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch Filter List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2937L },
|
||||
column: "url",
|
||||
value: "https://raw.githubusercontent.com/JohnyP36/Personal-List/main/Personal List (uBo).txt");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2731L },
|
||||
column: "url",
|
||||
value: "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2812L },
|
||||
column: "url",
|
||||
value: "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch Filter List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2813L },
|
||||
column: "url",
|
||||
value: "https://cdn.statically.io/gh/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2923L },
|
||||
column: "url",
|
||||
value: "https://raw.githubusercontent.com/JohnyP36/Personal-List/main/Personal List (uBo).txt");
|
||||
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_list_view_urls",
|
||||
keyColumns: new[] { "filter_list_id", "id" },
|
||||
keyValues: new object[] { 2519L, 2937L },
|
||||
column: "url",
|
||||
value: "https://cdn.statically.io/gh/JohnyP36/Personal-List/main/Personal List (uBo).txt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -86069,7 +86069,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 2731L,
|
||||
Primariness = (short)1,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt"
|
||||
Url = "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch-Filter-List.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
@ -86701,7 +86701,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 2812L,
|
||||
Primariness = (short)2,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch Filter List (uBo).txt"
|
||||
Url = "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch-Filter-List.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
@ -86709,7 +86709,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 2813L,
|
||||
Primariness = (short)3,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://cdn.statically.io/gh/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt"
|
||||
Url = "https://raw.githubusercontent.com/JohnyP36/Personal-List/cdn-page/Dutch Filter List (uBo).txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
@ -87469,7 +87469,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 2923L,
|
||||
Primariness = (short)4,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://raw.githubusercontent.com/JohnyP36/Personal-List/main/Personal List (uBo).txt"
|
||||
Url = "https://cdn.jsdelivr.net/gh/JohnyP36/Personal-List@cdn-page/Dutch Filter List (uBo).txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
@ -87581,7 +87581,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 2937L,
|
||||
Primariness = (short)5,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://cdn.statically.io/gh/JohnyP36/Personal-List/main/Personal List (uBo).txt"
|
||||
Url = "https://raw.githubusercontent.com/JohnyP36/Personal-List/main/Personal List (uBo).txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue