Add EF Core migration for IDN Homograph & Favicon Security Lists

This commit is contained in:
copilot-swe-agent[bot] 2026-01-28 23:30:06 +00:00 committed by Collin Barrett
parent 674f4b9d12
commit 46e1b1c7bb
2 changed files with 91664 additions and 0 deletions

View file

@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FilterLists.Directory.Infrastructure.Migrations.Migrations
{
/// <inheritdoc />
public partial class AddIDNHomographFaviconSecurityLists : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}