feat(data): migrate PR #2667

This commit is contained in:
Azure Pipelines EF Migration Bot 2021-11-14 14:46:04 +00:00 committed by Collin M. Barrett
parent 418e83b82a
commit 1cca83595b
3 changed files with 84387 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 _2667 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.InsertData(
table: "FilterListSyntaxes",
columns: new[] { "FilterListId", "SyntaxId" },
values: new object[] { 2541, 2 });
}
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DeleteData(
table: "FilterListSyntaxes",
keyColumns: new[] { "FilterListId", "SyntaxId" },
keyValues: new object[] { 2541, 2 });
}
}
}

View file

@ -42067,6 +42067,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
SyntaxId = 6
},
new
{
FilterListId = 2541,
SyntaxId = 2
},
new
{
FilterListId = 2542,
SyntaxId = 6