1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 05:25:10 +00:00

Bump the database version for cue support to 078.

This commit is contained in:
zhangdoa 2024-02-21 01:02:36 +01:00
parent cd248eda71
commit 29e36e45ba

View file

@ -3,7 +3,7 @@
namespace NzbDrone.Core.Datastore.Migration namespace NzbDrone.Core.Datastore.Migration
{ {
[Migration(076)] [Migration(078)]
public class add_flac_cue : NzbDroneMigrationBase public class add_flac_cue : NzbDroneMigrationBase
{ {
protected override void MainDbUpgrade() protected override void MainDbUpgrade()