mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
chore(dir-data): ♻️ migrate PR #4349
This commit is contained in:
parent
24f2405103
commit
2f39cb1b33
3 changed files with 85402 additions and 1 deletions
85369
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20240614170813_4349.Designer.cs
generated
Normal file
85369
services/Directory/FilterLists.Directory.Infrastructure.Migrations/Migrations/20240614170813_4349.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,32 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class _4349 : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 238, 362 },
|
||||
column: "Url",
|
||||
value: "https://www.rakuten.ca/static/cashback-shopping-whitelist?title=Rakuten Cash Back Shopping");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "FilterListViewUrl",
|
||||
keyColumns: new[] { "FilterListId", "Id" },
|
||||
keyValues: new object[] { 238, 362 },
|
||||
column: "Url",
|
||||
value: "https://www.ebates.com/whitelist/ebates-cash-back-shopping.txt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -66452,7 +66452,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
|
|||
Id = 362,
|
||||
Primariness = (short)1,
|
||||
SegmentNumber = (short)0,
|
||||
Url = "https://www.ebates.com/whitelist/ebates-cash-back-shopping.txt"
|
||||
Url = "https://www.rakuten.ca/static/cashback-shopping-whitelist?title=Rakuten Cash Back Shopping"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue