feat(data): migrate PR #2665

This commit is contained in:
Azure Pipelines EF Migration Bot 2021-11-14 12:37:25 +00:00 committed by Collin M. Barrett
parent fe0aae70df
commit 0d48c91459
3 changed files with 84220 additions and 0 deletions

View file

@ -0,0 +1,25 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
{
public partial class _2665 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.InsertData(
table: "FilterListMaintainers",
columns: new[] { "FilterListId", "MaintainerId" },
values: new object[] { 2541, 165 });
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DeleteData(
table: "FilterListMaintainers",
keyColumns: new[] { "FilterListId", "MaintainerId" },
keyValues: new object[] { 2541, 165 });
}
}
}

View file

@ -31298,6 +31298,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
MaintainerId = 166
},
new
{
FilterListId = 2541,
MaintainerId = 165
},
new
{
FilterListId = 2542,
MaintainerId = 46