mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
7 lines
No EOL
118 B
C#
7 lines
No EOL
118 B
C#
namespace Ombi.Core.Migration
|
|
{
|
|
public interface IMigrationRunner
|
|
{
|
|
void MigrateToLatest();
|
|
}
|
|
} |