This commit is contained in:
Azure Pipelines EF Migration Bot 2020-03-18 23:36:51 +00:00
parent e02a40e917
commit 9f59fe87cf
3 changed files with 80971 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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
});
});