mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 18:28:19 +00: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
|
||||
{
|
||||
[Migration(89)]
|
||||
[Migration(90)]
|
||||
public class update_kickass_url : NzbDroneMigrationBase
|
||||
{
|
||||
protected override void MainDbUpgrade()
|
Loading…
Reference in a new issue