mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(data): migrate PR #2665
This commit is contained in:
parent
fe0aae70df
commit
0d48c91459
3 changed files with 84220 additions and 0 deletions
84190
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211114123724_2665.Designer.cs
generated
Normal file
84190
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20211114123724_2665.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 _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 });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -31298,6 +31298,11 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
MaintainerId = 166
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2541,
|
||||
MaintainerId = 165
|
||||
},
|
||||
new
|
||||
{
|
||||
FilterListId = 2542,
|
||||
MaintainerId = 46
|
||||
|
|
|
|||
Loading…
Reference in a new issue