mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2879
This commit is contained in:
parent
01b91ab544
commit
5d55e9f0a9
3 changed files with 88131 additions and 1 deletions
88101
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20220411155851_2879.Designer.cs
generated
Normal file
88101
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20220411155851_2879.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 _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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue