feat(data): migrate PR #2671

This commit is contained in:
Azure Pipelines EF Migration Bot 2021-11-16 12:15:15 +00:00 committed by Collin M. Barrett
parent e00590c7ad
commit 932a604496
3 changed files with 84387 additions and 1 deletions

View file

@ -0,0 +1,29 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
{
public partial class _2671 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "FilterLists",
keyColumn: "Id",
keyValue: 2556,
column: "Description",
value: "Want to use ClearURLs without installing another extension? This list is a (unofficial) version of the ClearURLs rules, designed for use in uBlock Origin and AdGuard");
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "FilterLists",
keyColumn: "Id",
keyValue: 2556,
column: "Description",
value: "This list target international websites that clutter Mastodon public timelines and userfeeds with misinformation, unfounded articles, and/or contempt for humanity.");
}
}
}

View file

@ -19359,7 +19359,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
new
{
Id = 2556,
Description = "This list target international websites that clutter Mastodon public timelines and userfeeds with misinformation, unfounded articles, and/or contempt for humanity.",
Description = "Want to use ClearURLs without installing another extension? This list is a (unofficial) version of the ClearURLs rules, designed for use in uBlock Origin and AdGuard",
DonateUrl = "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations",
EmailAddress = "imreeil42@gmail.com",
HomeUrl = "https://github.com/DandelionSprout/adfilt",