1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-28 10:48:46 +00:00

Fixed db migration issue.

This commit is contained in:
Taloth Saldono 2018-04-14 22:24:48 +02:00
parent fd1064cb69
commit 62f7e90748

View file

@ -8,7 +8,6 @@ namespace NzbDrone.Core.Datastore.Migration
{
protected override void MainDbUpgrade()
{
Create.Index().OnTable("Series").OnColumn("TvdbId").Ascending();
Create.Index().OnTable("Episodes").OnColumn("SeriesId").Ascending()
.OnColumn("AirDate").Ascending();