don't log migrations during regular DB tests

This commit is contained in:
Keivan Beigi
2017-01-20 20:33:10 -08:00
parent d5e720c404
commit f25bfe9d28
3 changed files with 3 additions and 7 deletions
@@ -46,7 +46,6 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
public override void Up()
{
if (Context.BeforeMigration != null)
{
Context.BeforeMigration(this);