mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1458
This commit is contained in:
parent
e151324ef8
commit
e79cb3d982
3 changed files with 81093 additions and 0 deletions
52406
server/src/FilterLists.Data.Migrations/Migrations/20200319170736_1458.Designer.cs
generated
Normal file
52406
server/src/FilterLists.Data.Migrations/Migrations/20200319170736_1458.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
28643
server/src/FilterLists.Data.Migrations/Migrations/20200319170736_1458.cs
Normal file
28643
server/src/FilterLists.Data.Migrations/Migrations/20200319170736_1458.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -23607,6 +23607,17 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Name = "Romanian Fake-News Block-list (RFNBL)",
|
||||
SyntaxId = (short)2,
|
||||
ViewUrl = "https://raw.githubusercontent.com/DariusIurca/RFNBL-Romanian-Fake-News-Block-List/master/RFNBL.txt"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)2139,
|
||||
Description = "An Ad-block list that blocks ads hosted on Romanian sites that don't use an ad publisher but instead host their own ads.",
|
||||
HomeUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA",
|
||||
IssuesUrl = "https://github.com/DariusIurca/ROADBLK-EXTRA/issues",
|
||||
LicenseId = (short)4,
|
||||
Name = "Romanian ad-block extra (ROADBLK-EXTRA)",
|
||||
SyntaxId = (short)28,
|
||||
ViewUrl = "https://raw.githubusercontent.com/DariusIurca/ROADBLK-EXTRA/master/ROADBLK-EXTRA.txt"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -27113,6 +27124,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)2138,
|
||||
LanguageId = (short)17
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2139,
|
||||
LanguageId = (short)17
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -33096,6 +33112,16 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)1839,
|
||||
MaintainerId = (short)144
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2138,
|
||||
MaintainerId = (short)145
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2139,
|
||||
MaintainerId = (short)145
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -46549,6 +46575,16 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
FilterListId = (short)3,
|
||||
TagId = (short)36
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2138,
|
||||
TagId = (short)21
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)2139,
|
||||
TagId = (short)2
|
||||
});
|
||||
});
|
||||
|
||||
|
|
@ -51289,6 +51325,14 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = (short)144,
|
||||
HomeUrl = "https://github.com/Cybo1927",
|
||||
Name = "Cybo1927"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = (short)145,
|
||||
EmailAddress = "iurcaberciudarius@gmail.com",
|
||||
HomeUrl = "https://github.com/DariusIurca",
|
||||
Name = "DariusIurca",
|
||||
TwitterHandle = "dariusiurca"
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue