From f795d938197d5fe2bcc1f3525d591393b3e4627c Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 11 May 2014 19:23:57 -0700 Subject: [PATCH] Fixed migrations --- ...h_to_metadata_files.cs => 050_add_hash_to_metadata_files.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/NzbDrone.Core/Datastore/Migration/{049_add_hash_to_metadata_files.cs => 050_add_hash_to_metadata_files.cs} (94%) 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()