mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2696
This commit is contained in:
parent
566fad65d8
commit
5fe27ee9c4
3 changed files with 87654 additions and 2 deletions
87623
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211127110938_2696.Designer.cs
generated
Normal file
87623
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211127110938_2696.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,29 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
public partial class _2696 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_lists",
|
||||
keyColumn: "id",
|
||||
keyValue: 2520L,
|
||||
columns: new[] { "description", "name" },
|
||||
values: new object[] { "Medium mode for uBlock Origin when blocking 3p-frames and 3p-scripts", "Dynamic rules for uBo's medium mode" });
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "filter_lists",
|
||||
keyColumn: "id",
|
||||
keyValue: 2520L,
|
||||
columns: new[] { "description", "name" },
|
||||
values: new object[] { "Dynamic rules for uBlock Origin for 3p-frame unblocking only", "Dynamic rules (uBo)" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -21356,13 +21356,13 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
new
|
||||
{
|
||||
Id = 2520L,
|
||||
Description = "Dynamic rules for uBlock Origin for 3p-frame unblocking only",
|
||||
Description = "Medium mode for uBlock Origin when blocking 3p-frames and 3p-scripts",
|
||||
DonateUrl = "https://www.paypal.com/donate?hosted_button_id=M4D2NPZX5NS4C",
|
||||
HomeUrl = "https://github.com/BPower0036/AdBlockFilters/",
|
||||
IsApproved = true,
|
||||
IssuesUrl = "https://github.com/BPower0036/AdBlockFilters/issues",
|
||||
LicenseId = 4L,
|
||||
Name = "Dynamic rules (uBo)"
|
||||
Name = "Dynamic rules for uBo's medium mode"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue