From a7ab35fa146350df49d7fe7e53a25c10dc1766e0 Mon Sep 17 00:00:00 2001 From: zhangdoa Date: Sat, 6 Jan 2024 13:41:00 +0100 Subject: [PATCH] Bump the database version for cue support to 076. (cherry picked from commit 32382ac052f60d60f6970c1fbf1d39a92f1dbd2b) (cherry picked from commit f3a5c7cfe3c593712c7b804f1342f28729b808fd) --- .../Migration/{073_add_flac_cue.cs => 076_add_flac_cue.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/NzbDrone.Core/Datastore/Migration/{073_add_flac_cue.cs => 076_add_flac_cue.cs} (95%) 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()