feat(data): migrate PR #2879

This commit is contained in:
Azure Pipelines EF Migration Bot 2022-04-11 15:58:52 +00:00 committed by Collin M. Barrett
parent 01b91ab544
commit 5d55e9f0a9
3 changed files with 88131 additions and 1 deletions

View file

@ -0,0 +1,29 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
{
public partial class _2879 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "maintainers",
keyColumn: "id",
keyValue: 167L,
column: "email_address",
value: "piquark6046@proton.me");
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.UpdateData(
table: "maintainers",
keyColumn: "id",
keyValue: 167L,
column: "email_address",
value: "piquark6046@protonmail.com");
}
}
}

View file

@ -63733,7 +63733,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
new
{
Id = 167L,
EmailAddress = "piquark6046@protonmail.com",
EmailAddress = "piquark6046@proton.me",
IsApproved = true,
Name = "PiQuark6046",
Url = "https://github.com/piquark6046"