mirror of
https://github.com/Radarr/Radarr
synced 2026-01-30 03:13:15 +01:00
Disable migration 117, takes too long to complete
This commit is contained in:
parent
41dda3af48
commit
fe11928487
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ public class update_movie_file : NzbDroneMigrationBase
|
|||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Create.Column("Edition").OnTable("MovieFiles").AsString().Nullable();
|
||||
Execute.WithConnection(SetSortTitles);
|
||||
//Execute.WithConnection(SetSortTitles);
|
||||
}
|
||||
|
||||
private void SetSortTitles(IDbConnection conn, IDbTransaction tran)
|
||||
|
|
|
|||
Loading…
Reference in a new issue