mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user