mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2874
This commit is contained in:
parent
b7ec8a87cb
commit
a40fe63036
3 changed files with 87801 additions and 1 deletions
87771
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20220408134311_2874.Designer.cs
generated
Normal file
87771
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20220408134311_2874.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,29 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
public partial class _2874 : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "maintainers",
|
||||
keyColumn: "id",
|
||||
keyValue: 98L,
|
||||
column: "url",
|
||||
value: "https://github.com/easylist/easylistchina");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "maintainers",
|
||||
keyColumn: "id",
|
||||
keyValue: 98L,
|
||||
column: "url",
|
||||
value: "https://abpchina.org/forum/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -62974,7 +62974,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
EmailAddress = "easylist.china@gmail.com",
|
||||
IsApproved = true,
|
||||
Name = "EasyList China",
|
||||
Url = "https://abpchina.org/forum/"
|
||||
Url = "https://github.com/easylist/easylistchina"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue