Fixed #720 and added better error handling around the migrations

This commit is contained in:
Jamie.Rees 2016-12-14 15:34:18 +00:00
parent 6cb6451abe
commit 7ec76874bb
3 changed files with 214 additions and 152 deletions

View file

@ -51,7 +51,7 @@ namespace PlexRequests.Core.Migration
}
catch (Exception e)
{
_log.Fatal("Error when migrating");
_log.Fatal("Error when migrating version : {0}", v.Value.Version);
_log.Fatal(e);
}