Fixed: Consistent migration numbering

pull/6/head
ta264 5 years ago
parent b0adb2035e
commit 9f082c849a

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(021)]
[Migration(21)]
public class add_custom_filters : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -10,7 +10,7 @@ using NzbDrone.Common.Extensions;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(023)]
[Migration(23)]
public class add_release_groups_etc : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(024)]
[Migration(24)]
public class NewMediaInfoFormat : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(025)]
[Migration(25)]
public class rename_restrictions_to_release_profiles : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(026)]
[Migration(26)]
public class rename_quality_profiles_add_upgrade_allowed : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(027)]
[Migration(27)]
public class add_import_exclusions : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(028)]
[Migration(28)]
public class clean_artist_metadata_table : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -4,7 +4,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(033)]
[Migration(33)]
public class download_propers_config : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()

@ -5,7 +5,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration(036)]
[Migration(36)]
public class add_download_client_priority : NzbDroneMigrationBase
{
// Need snapshot in time without having to instantiate.

Loading…
Cancel
Save