mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Bump the database version for cue support to 076.
(cherry picked from commit 32382ac052f60d60f6970c1fbf1d39a92f1dbd2b) (cherry picked from commit f3a5c7cfe3c593712c7b804f1342f28729b808fd)
This commit is contained in:
parent
26678e79fa
commit
a7ab35fa14
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore.Migration
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
[Migration(073)]
|
[Migration(076)]
|
||||||
public class add_flac_cue : NzbDroneMigrationBase
|
public class add_flac_cue : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
Loading…
Add table
Add a link
Reference in a new issue