mirror of
https://github.com/Radarr/Radarr
synced 2025-03-15 00:19:49 +00: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 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
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…
Add table
Reference in a new issue