Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;)

This commit is contained in:
kay.one 2011-10-16 19:03:54 -07:00
commit c55ca42c21
4 changed files with 18 additions and 10 deletions

View file

@ -20,7 +20,7 @@ namespace NzbDrone.Core.Datastore
EnsureDatabase(connetionString);
Logger.Info("Preparing to run database migration");
Logger.Trace("Preparing to run database migration");
try
{