Increased some columns sizes to avoid cutoffs.

This commit is contained in:
kay.one 2011-07-06 00:37:58 -07:00
commit 8424dd6ede
5 changed files with 67 additions and 25 deletions

View file

@ -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);
}
}