freetubesync/FreeTubeSync/Migrations/20250724061008_ChangeSettingToJsonElement.cs
Mario Steele 50ad10682b Updated Migrations
Couple of migrations to get the Json Value to work properly.
2025-07-24 04:22:44 -05:00

22 lines
447 B
C#

using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FreeTubeSync.Migrations
{
/// <inheritdoc />
public partial class ChangeSettingToJsonElement : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}