mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed startup issue.
This commit is contained in:
parent
07458529f6
commit
390dfbdee8
4 changed files with 5 additions and 2 deletions
|
@ -39,6 +39,8 @@ namespace NzbDrone.Core
|
|||
{
|
||||
BindKernel();
|
||||
|
||||
_kernel.Get<LogConfiguration>().Setup();
|
||||
|
||||
var mainConnectionString = _kernel.Get<Connection>().MainConnectionString;
|
||||
|
||||
MigrationsHelper.Run(mainConnectionString, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue