mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Fixed db migration issue.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user