From 29e36e45ba6dfeaf2d4b9fa0fafc7a87c3b76061 Mon Sep 17 00:00:00 2001 From: zhangdoa Date: Wed, 21 Feb 2024 01:02:36 +0100 Subject: [PATCH] Bump the database version for cue support to 078. --- .../Migration/{076_add_flac_cue.cs => 078_add_flac_cue.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/NzbDrone.Core/Datastore/Migration/{076_add_flac_cue.cs => 078_add_flac_cue.cs} (94%) 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()