mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2362
This commit is contained in:
parent
676de0df0b
commit
47e0b6c8d8
3 changed files with 85025 additions and 0 deletions
84997
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210504145343_2362.Designer.cs
generated
Normal file
84997
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210504145343_2362.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 _2362 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2496,
|
||||
column: "EmailAddress",
|
||||
value: "xpilist@troyjanda.com");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2496,
|
||||
column: "EmailAddress",
|
||||
value: null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -19599,6 +19599,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 2496,
|
||||
Description = "Personal Filters to remove World Wide Web Annoyances for a better experience.",
|
||||
EmailAddress = "xpilist@troyjanda.com",
|
||||
HomeUrl = "https://raw.githubusercontent.com/troysjanda/MyBlockLists/master/UBOXPI",
|
||||
LicenseId = 4,
|
||||
Name = "XPI's Filter List",
|
||||
|
|
|
|||
Loading…
Reference in a new issue