mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #720 and added better error handling around the migrations
This commit is contained in:
parent
6cb6451abe
commit
7ec76874bb
3 changed files with 214 additions and 152 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue