This commit is contained in:
Jamie Rees 2019-03-26 12:12:58 +00:00
commit 117bd1cd8b
4 changed files with 20 additions and 22 deletions

View file

@ -17,6 +17,7 @@ namespace Ombi.Store.Context
{
if (_created) return;
_created = true;
Database.SetCommandTimeout(60);
Database.Migrate();