mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Increased some columns sizes to avoid cutoffs.
This commit is contained in:
parent
f0735c0693
commit
8424dd6ede
5 changed files with 67 additions and 25 deletions
|
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Datastore
|
|||
|
||||
EnsureDatabase(connetionString);
|
||||
|
||||
Logger.Info("Preparing run database migration");
|
||||
Logger.Info("Preparing to run database migration");
|
||||
|
||||
try
|
||||
{
|
||||
|
@ -46,7 +46,7 @@ namespace NzbDrone.Core.Datastore
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.FatalException("An error has occured while migrating database", e);
|
||||
Logger.FatalException("An error has occurred while migrating database", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue