using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace Jellyfin.Server.Implementations.Migrations { /// public partial class ChannelIdGuid : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { // NOOP, Guids and strings are stored the same in SQLite. } /// protected override void Down(MigrationBuilder migrationBuilder) { // NOOP, Guids and strings are stored the same in SQLite. } } }