using System; using Jellyfin.Server.Implementations; using Microsoft.EntityFrameworkCore; namespace Jellyfin.Server.Migrations; /// /// Defines a migration that operates on the Database. /// internal interface IDatabaseMigrationRoutine : IMigrationRoutine { }