mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
Fixed migrations
This commit is contained in:
parent
3bcbd88787
commit
f795d93819
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ using FluentMigrator;
|
|||
|
||||
namespace NzbDrone.Core.Datastore.Migration
|
||||
{
|
||||
[Migration(49)]
|
||||
[Migration(50)]
|
||||
public class add_hash_to_metadata_files : NzbDroneMigrationBase
|
||||
{
|
||||
protected override void MainDbUpgrade()
|
Loading…
Add table
Add a link
Reference in a new issue