Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/62f7e90748914a1dd388accfdd6a89dd8fd8784d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed db migration issue.

pull/2268/merge
Taloth Saldono 7 years ago
parent fd1064cb69
commit 62f7e90748

@ -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();

Loading…
Cancel
Save