diff --git a/src/NzbDrone.Core/Datastore/Migration/041_add_download_clients_table.cs b/src/NzbDrone.Core/Datastore/Migration/042_add_download_clients_table.cs
similarity index 97%
rename from src/NzbDrone.Core/Datastore/Migration/041_add_download_clients_table.cs
rename to src/NzbDrone.Core/Datastore/Migration/042_add_download_clients_table.cs
index 7c11b9e21..08cf7622b 100644
--- a/src/NzbDrone.Core/Datastore/Migration/041_add_download_clients_table.cs
+++ b/src/NzbDrone.Core/Datastore/Migration/042_add_download_clients_table.cs
@@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
- [Migration(41)]
+ [Migration(42)]
public class add_download_clients_table : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()
diff --git a/src/NzbDrone.Core/Datastore/Migration/042_convert_config_to_download_clients.cs b/src/NzbDrone.Core/Datastore/Migration/043_convert_config_to_download_clients.cs
similarity index 99%
rename from src/NzbDrone.Core/Datastore/Migration/042_convert_config_to_download_clients.cs
rename to src/NzbDrone.Core/Datastore/Migration/043_convert_config_to_download_clients.cs
index 807dca491..c83e3e20b 100644
--- a/src/NzbDrone.Core/Datastore/Migration/042_convert_config_to_download_clients.cs
+++ b/src/NzbDrone.Core/Datastore/Migration/043_convert_config_to_download_clients.cs
@@ -1,14 +1,13 @@
using System;
using System.Collections.Generic;
using System.Data;
-using System.Runtime.Remoting.Messaging;
using FluentMigrator;
using NzbDrone.Common.Serializer;
using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
- [Migration(42)]
+ [Migration(43)]
public class convert_config_to_download_clients : NzbDroneMigrationBase
{
protected override void MainDbUpgrade()
diff --git a/src/NzbDrone.Core/NzbDrone.Core.csproj b/src/NzbDrone.Core/NzbDrone.Core.csproj
index efa52abe7..a87eaeb6c 100644
--- a/src/NzbDrone.Core/NzbDrone.Core.csproj
+++ b/src/NzbDrone.Core/NzbDrone.Core.csproj
@@ -198,8 +198,8 @@
-
-
+
+