diff --git a/src/NzbDrone.Core/Datastore/Migration/073_add_flac_cue.cs b/src/NzbDrone.Core/Datastore/Migration/076_add_flac_cue.cs similarity index 95% rename from src/NzbDrone.Core/Datastore/Migration/073_add_flac_cue.cs rename to src/NzbDrone.Core/Datastore/Migration/076_add_flac_cue.cs index 0f8b8f5d6..08bb83a86 100644 --- a/src/NzbDrone.Core/Datastore/Migration/073_add_flac_cue.cs +++ b/src/NzbDrone.Core/Datastore/Migration/076_add_flac_cue.cs @@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework; namespace NzbDrone.Core.Datastore.Migration { - [Migration(073)] + [Migration(076)] public class add_flac_cue : NzbDroneMigrationBase { protected override void MainDbUpgrade()