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