Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/a93846d2d83b463fc90cfe7dbaa9294667dd5808
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
15 additions and
0 deletions
@ -0,0 +1,14 @@
using Migrator.Framework ;
namespace NzbDrone.Core.Datastore.Migrations
{
[Migration(20120118)]
public class Migration20120118 : NzbDroneMigration
{
protected override void MainDbUpgrade ( )
{
Database . ExecuteNonQuery ( "DELETE FROM SERIES WHERE SeriesID = 0" ) ;
}
}
}
@ -208,6 +208,7 @@
<Compile Include= "Datastore\MigrationLogger.cs" />
<Compile Include= "Datastore\MigrationsHelper.cs" />
<Compile Include= "Datastore\CustomeMapper.cs" />
<Compile Include= "Datastore\Migrations\Migration20120118.cs" />
<Compile Include= "Datastore\Migrations\Migration20111125.cs" />
<Compile Include= "Datastore\Migrations\Migration20111112.cs" />
<Compile Include= "Datastore\Migrations\Migration20111011.cs" />