mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2375
This commit is contained in:
parent
a61558c757
commit
05ac335660
3 changed files with 85067 additions and 3 deletions
85037
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210509223926_2375.Designer.cs
generated
Normal file
85037
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20210509223926_2375.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,27 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
public partial class _2375 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 736,
|
||||
columns: new[] { "Description", "LicenseId", "Name" },
|
||||
values: new object[] { "The complete catalog for your content blocker!", 2, "Columbia by Osborne" });
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterLists",
|
||||
keyColumn: "Id",
|
||||
keyValue: 736,
|
||||
columns: new[] { "Description", "LicenseId", "Name" },
|
||||
values: new object[] { "A systematic Internet filter halting analytics.", 5, "Columbia Analytica" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -5020,11 +5020,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
new
|
||||
{
|
||||
Id = 736,
|
||||
Description = "A systematic Internet filter halting analytics.",
|
||||
Description = "The complete catalog for your content blocker!",
|
||||
HomeUrl = "https://github.com/OsborneSystems/Columbia",
|
||||
IssuesUrl = "https://github.com/OsborneSystems/Columbia/issues",
|
||||
LicenseId = 5,
|
||||
Name = "Columbia Analytica"
|
||||
LicenseId = 2,
|
||||
Name = "Columbia by Osborne"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue