mirror of https://github.com/Sonarr/Sonarr
Fixed db migration issue.
This commit is contained in:
parent
fd1064cb69
commit
62f7e90748
|
@ -8,7 +8,6 @@ namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
{
|
{
|
||||||
Create.Index().OnTable("Series").OnColumn("TvdbId").Ascending();
|
|
||||||
Create.Index().OnTable("Episodes").OnColumn("SeriesId").Ascending()
|
Create.Index().OnTable("Episodes").OnColumn("SeriesId").Ascending()
|
||||||
.OnColumn("AirDate").Ascending();
|
.OnColumn("AirDate").Ascending();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue