Updated Migrations

Couple of migrations to get the Json Value to work properly.
This commit is contained in:
Mario Steele 2025-07-24 04:22:44 -05:00
parent 904db16461
commit 50ad10682b
4 changed files with 536 additions and 0 deletions

View file

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