mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #1960
This commit is contained in:
parent
029c4a3f28
commit
308a90d52a
3 changed files with 117793 additions and 14 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -16,7 +16,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
#pragma warning disable 612, 618
|
||||
modelBuilder
|
||||
.HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn)
|
||||
.HasAnnotation("ProductVersion", "3.1.7")
|
||||
.HasAnnotation("ProductVersion", "3.1.8")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
||||
|
||||
modelBuilder.Entity("FilterLists.Directory.Infrastructure.Persistence.Queries.Entities.Dependent", b =>
|
||||
|
|
@ -10715,7 +10715,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 1484,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Torrent"
|
||||
},
|
||||
new
|
||||
|
|
@ -15405,77 +15405,77 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 2008,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Ads"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2009,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Crypto"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2010,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Ransomware"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2011,
|
||||
HomeUrl = "https://blocklist.site/piracy",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Piracy"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2012,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Tracking"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2013,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Scams"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2014,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Gambling"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2015,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Phishing"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2016,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Spam"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2017,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Porn"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 2018,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Redirect"
|
||||
},
|
||||
new
|
||||
|
|
@ -15528,7 +15528,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
{
|
||||
Id = 2028,
|
||||
HomeUrl = "https://blocklist.site/",
|
||||
LicenseId = 5,
|
||||
LicenseId = 11,
|
||||
Name = "Block List Project: Malware"
|
||||
},
|
||||
new
|
||||
|
|
|
|||
Loading…
Reference in a new issue