mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-25 15:33:11 +00:00
added index to History on date.
This commit is contained in:
parent
c973ab844a
commit
0b54210ab1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||
Create.Index().OnTable("Episodes").OnColumn("SeriesId");
|
||||
|
||||
Create.Index().OnTable("History").OnColumn("EpisodeId");
|
||||
Create.Index().OnTable("History").OnColumn("Date");
|
||||
|
||||
Create.Index().OnTable("Series").OnColumn("Path");
|
||||
Create.Index().OnTable("Series").OnColumn("CleanTitle");
|
||||
|
|
Loading…
Reference in a new issue