Bump the database version for cue support to 076.

(cherry picked from commit 32382ac052f60d60f6970c1fbf1d39a92f1dbd2b)
(cherry picked from commit f3a5c7cfe3c593712c7b804f1342f28729b808fd)
This commit is contained in:
zhangdoa 2024-01-06 13:41:00 +01:00
parent 26678e79fa
commit a7ab35fa14
1 changed files with 1 additions and 1 deletions

View File

@ -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()