mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2346
This commit is contained in:
parent
24ccc031f6
commit
452bff454c
3 changed files with 84336 additions and 1 deletions
84308
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210428150809_2346.Designer.cs
generated
Normal file
84308
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210428150809_2346.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 _2346 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2096,
|
||||
column: "LicenseId",
|
||||
value: 8);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 2096,
|
||||
column: "LicenseId",
|
||||
value: 28);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16067,7 +16067,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Description = "Removes blogroll (feed-style mutual links) on Japanese sites. Included in Yuki's uBlock Japanese filters - Annoyances",
|
||||
HomeUrl = "https://github.com/Yuki2718/adblock",
|
||||
IssuesUrl = "https://github.com/Yuki2718/adblock/issues",
|
||||
LicenseId = 28,
|
||||
LicenseId = 8,
|
||||
Name = "Yuki's Blogroll filters"
|
||||
},
|
||||
new
|
||||
|
|
|
|||
Loading…
Reference in a new issue