mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
df43619990
commit
31bfb116cf
3 changed files with 0 additions and 85393 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,27 +0,0 @@
|
|||
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,7 +19294,6 @@ 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