mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-08 04:43:45 +00:00
Bump the database version for cue support to 078.
This commit is contained in:
parent
cd248eda71
commit
29e36e45ba
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
Loading…
Add table
Reference in a new issue