mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
migrate PR #1411
This commit is contained in:
parent
3f179da3e0
commit
102622ee71
3 changed files with 79925 additions and 3 deletions
51333
server/src/FilterLists.Data.Migrations/Migrations/20200225222720_1411.Designer.cs
generated
Normal file
51333
server/src/FilterLists.Data.Migrations/Migrations/20200225222720_1411.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
28579
server/src/FilterLists.Data.Migrations/Migrations/20200225222720_1411.cs
Normal file
28579
server/src/FilterLists.Data.Migrations/Migrations/20200225222720_1411.cs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -17171,11 +17171,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
DescriptionSourceUrl = "https://github.com/mtxadmin/ublock/issues",
|
||||
HomeUrl = "https://github.com/mtxadmin/ublock/",
|
||||
IssuesUrl = "https://github.com/mtxadmin/ublock/issues",
|
||||
LicenseId = (short)5,
|
||||
LicenseId = (short)2,
|
||||
Name = "Yet another small uBlock filter list",
|
||||
PublishedDate = new DateTime(2018, 12, 2, 17, 15, 52, 0, DateTimeKind.Unspecified),
|
||||
SyntaxId = (short)21,
|
||||
UpdatedDate = new DateTime(2019, 4, 4, 13, 7, 24, 0, DateTimeKind.Unspecified),
|
||||
UpdatedDate = new DateTime(2020, 2, 6, 13, 7, 24, 0, DateTimeKind.Unspecified),
|
||||
ViewUrl = "https://raw.githubusercontent.com/mtxadmin/ublock/master/it"
|
||||
},
|
||||
new
|
||||
|
|
@ -17308,7 +17308,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
DescriptionSourceUrl = "https://github.com/mtxadmin/ublock/issues",
|
||||
HomeUrl = "https://github.com/mtxadmin/ublock/blob/master/docs/hosts_file_en.md",
|
||||
IssuesUrl = "https://github.com/mtxadmin/ublock/issues",
|
||||
LicenseId = (short)5,
|
||||
LicenseId = (short)2,
|
||||
Name = "Yet another small hosts file",
|
||||
SyntaxId = (short)1,
|
||||
ViewUrl = "https://raw.githubusercontent.com/mtxadmin/ublock/master/hosts.txt"
|
||||
|
|
@ -26107,6 +26107,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
LanguageId = (short)18
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)1562,
|
||||
LanguageId = (short)110
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)1563,
|
||||
LanguageId = (short)48
|
||||
|
|
@ -26142,6 +26147,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
LanguageId = (short)18
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)1574,
|
||||
LanguageId = (short)110
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = (short)1581,
|
||||
LanguageId = (short)44
|
||||
|
|
|
|||
Loading…
Reference in a new issue