Sonarr/NzbDrone.Core/Datastore/Migration/Framework/MigrationContext.cs

8 lines
217 B
C#

namespace NzbDrone.Core.Datastore.Migration.Framework
{
public class MigrationContext
{
public MigrationType MigrationType { get; set; }
public ISQLiteAlter SQLiteAlter { get; set; }
}
}