Fixed startup issue.

This commit is contained in:
kay.one 2011-11-06 22:38:07 -08:00
commit 390dfbdee8
4 changed files with 5 additions and 2 deletions

View file

@ -39,6 +39,8 @@ namespace NzbDrone.Core
{
BindKernel();
_kernel.Get<LogConfiguration>().Setup();
var mainConnectionString = _kernel.Get<Connection>().MainConnectionString;
MigrationsHelper.Run(mainConnectionString, true);