diff --git a/src/NzbDrone.Core/Datastore/Migration/049_add_hash_to_metadata_files.cs b/src/NzbDrone.Core/Datastore/Migration/050_add_hash_to_metadata_files.cs
similarity index 94%
rename from src/NzbDrone.Core/Datastore/Migration/049_add_hash_to_metadata_files.cs
rename to src/NzbDrone.Core/Datastore/Migration/050_add_hash_to_metadata_files.cs
index c3fdd6dfa..8986a7fba 100644
--- a/src/NzbDrone.Core/Datastore/Migration/049_add_hash_to_metadata_files.cs
+++ b/src/NzbDrone.Core/Datastore/Migration/050_add_hash_to_metadata_files.cs
@@ -3,7 +3,7 @@ using FluentMigrator;
 
 namespace NzbDrone.Core.Datastore.Migration
 {
-    [Migration(49)]
+    [Migration(50)]
     public class add_hash_to_metadata_files : NzbDroneMigrationBase
     {
         protected override void MainDbUpgrade()