mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2282
This commit is contained in:
parent
cfcfe36923
commit
f21bee7fc3
3 changed files with 84050 additions and 1 deletions
84022
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210322075942_2282.Designer.cs
generated
Normal file
84022
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210322075942_2282.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,27 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
public partial class _2282 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrls",
|
||||
keyColumn: "Id",
|
||||
keyValue: 1920,
|
||||
column: "Url",
|
||||
value: "https://n2o.io/projects/quarklist/dist/quarklist.txt");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrls",
|
||||
keyColumn: "Id",
|
||||
keyValue: 1920,
|
||||
column: "Url",
|
||||
value: "https://n2o.io/p/quarklist/dist/quarklist.txt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -73120,7 +73120,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
FilterListId = 1850,
|
||||
Primariness = (short)1,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://n2o.io/p/quarklist/dist/quarklist.txt"
|
||||
Url = "https://n2o.io/projects/quarklist/dist/quarklist.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue