mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 11:00:44 +02:00
Fixed db migration issue.
This commit is contained in:
parent
fd1064cb69
commit
62f7e90748
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ public class update_series_episodes_history_indexes : NzbDroneMigrationBase
|
|||
{
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Create.Index().OnTable("Series").OnColumn("TvdbId").Ascending();
|
||||
Create.Index().OnTable("Episodes").OnColumn("SeriesId").Ascending()
|
||||
.OnColumn("AirDate").Ascending();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue