mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
updated FluentMigrator
This commit is contained in:
parent
d98b9a9009
commit
c80202bec3
23 changed files with 18 additions and 30 deletions
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(1)]
|
||||
public class InitialSetup : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(2)]
|
||||
public class remove_tvrage_imdb_unique_constraint : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(3)]
|
||||
public class remove_renamed_scene_mapping_columns : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(4)]
|
||||
public class updated_history : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(5)]
|
||||
public class added_eventtype_to_history : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(6)]
|
||||
public class add_index_to_log_time : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(7)]
|
||||
public class add_renameEpisodes_to_naming : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(8)]
|
||||
public class remove_backlog : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(9)]
|
||||
public class fix_rename_episodes : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(10)]
|
||||
public class add_monitored : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(11)]
|
||||
public class remove_ignored : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(12)]
|
||||
public class remove_custom_start_date : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(13)]
|
||||
public class add_air_date_utc : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(14)]
|
||||
public class drop_air_date : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -3,7 +3,6 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Tags("")]
|
||||
[Migration(15)]
|
||||
public class add_air_date_as_string : NzbDroneMigrationBase
|
||||
{
|
||||
|
|
|
@ -6,5 +6,6 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
|
|||
{
|
||||
public bool PreviewOnly { get; set; }
|
||||
public int Timeout { get; set; }
|
||||
public string ProviderSwitches { get; private set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue