mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Consistent migration numbering
This commit is contained in:
parent
10b53ccf20
commit
bbca9d1ede
9 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(021)]
|
[Migration(21)]
|
||||||
public class add_custom_filters : NzbDroneMigrationBase
|
public class add_custom_filters : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -10,7 +10,7 @@ using NzbDrone.Common.Extensions;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(023)]
|
[Migration(23)]
|
||||||
public class add_release_groups_etc : NzbDroneMigrationBase
|
public class add_release_groups_etc : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(024)]
|
[Migration(24)]
|
||||||
public class NewMediaInfoFormat : NzbDroneMigrationBase
|
public class NewMediaInfoFormat : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(025)]
|
[Migration(25)]
|
||||||
public class rename_restrictions_to_release_profiles : NzbDroneMigrationBase
|
public class rename_restrictions_to_release_profiles : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(026)]
|
[Migration(26)]
|
||||||
public class rename_quality_profiles_add_upgrade_allowed : NzbDroneMigrationBase
|
public class rename_quality_profiles_add_upgrade_allowed : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(027)]
|
[Migration(27)]
|
||||||
public class add_import_exclusions : NzbDroneMigrationBase
|
public class add_import_exclusions : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(028)]
|
[Migration(28)]
|
||||||
public class clean_artist_metadata_table : NzbDroneMigrationBase
|
public class clean_artist_metadata_table : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -4,7 +4,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(033)]
|
[Migration(33)]
|
||||||
public class download_propers_config : NzbDroneMigrationBase
|
public class download_propers_config : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
|
|
|
@ -5,7 +5,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(036)]
|
[Migration(36)]
|
||||||
public class add_download_client_priority : NzbDroneMigrationBase
|
public class add_download_client_priority : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
// Need snapshot in time without having to instantiate.
|
// Need snapshot in time without having to instantiate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue