mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 13:53:20 +01:00
update server core project
This commit is contained in:
9
Emby.Server.Core/Migrations/IVersionMigration.cs
Normal file
9
Emby.Server.Core/Migrations/IVersionMigration.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Emby.Server.Core.Migrations
|
||||
{
|
||||
public interface IVersionMigration
|
||||
{
|
||||
Task Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user