mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1456
This commit is contained in:
parent
e02a40e917
commit
9f59fe87cf
3 changed files with 80971 additions and 0 deletions
52362
server/src/FilterLists.Data.Migrations/Migrations/20200318233650_1456.Designer.cs
generated
Normal file
52362
server/src/FilterLists.Data.Migrations/Migrations/20200318233650_1456.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
28594
server/src/FilterLists.Data.Migrations/Migrations/20200318233650_1456.cs
Normal file
28594
server/src/FilterLists.Data.Migrations/Migrations/20200318233650_1456.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -23597,6 +23597,16 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Name = "PiHole Blocklist SmartTV - Amazon Fire TV",
|
||||
SyntaxId = (short)2,
|
||||
ViewUrl = "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/AmazonFireTV.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2138,
|
||||
Description = "Romanian Fake-News Block-list (RFNBL)",
|
||||
HomeUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List",
|
||||
IssuesUrl = "https://github.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/issues",
|
||||
Name = "Romanian Fake News Block List",
|
||||
SyntaxId = (short)2,
|
||||
ViewUrl = "https://raw.githubusercontent.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/master/RFNBL.txt"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -27098,6 +27108,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)2136,
|
||||
LanguageId = (short)179
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2138,
|
||||
LanguageId = (short)17
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue