mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2667
This commit is contained in:
parent
418e83b82a
commit
1cca83595b
3 changed files with 84387 additions and 0 deletions
84357
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211114144603_2667.Designer.cs
generated
Normal file
84357
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211114144603_2667.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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 });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -42067,6 +42067,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
SyntaxId = 6
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2541,
|
||||
SyntaxId = 2
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2542,
|
||||
SyntaxId = 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue