mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2506
This commit is contained in:
parent
4aeae00e9c
commit
d70fefc3bd
3 changed files with 85393 additions and 0 deletions
85365
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210812083723_2506.Designer.cs
generated
Normal file
85365
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210812083723_2506.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 _2506 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2471,
|
||||
column: "DonateUrl",
|
||||
value: "https://www.paypal.com/donate?hosted_button_id=M4D2NPZX5NS4C");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2471,
|
||||
column: "DonateUrl",
|
||||
value: null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -19294,6 +19294,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 2471,
|
||||
Description = "Dutch supplement for the Easylist filters to use with uBlock Origin",
|
||||
DonateUrl = "https://www.paypal.com/donate?hosted_button_id=M4D2NPZX5NS4C",
|
||||
HomeUrl = "https://github.com/BPower0036/AdBlockFilters/",
|
||||
IssuesUrl = "https://github.com/BPower0036/AdBlockFilters/issues",
|
||||
LicenseId = 4,
|
||||
|
|
|
|||
Loading…
Reference in a new issue