mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Updated migration number to 90
This commit is contained in:
parent
36f97329ff
commit
a143c0b75e
2 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(89)]
|
[Migration(90)]
|
||||||
public class update_kickass_url : NzbDroneMigrationBase
|
public class update_kickass_url : NzbDroneMigrationBase
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
Loading…
Add table
Add a link
Reference in a new issue