mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
don't log migrations during regular DB tests
This commit is contained in:
@@ -46,7 +46,6 @@ namespace NzbDrone.Core.Datastore.Migration.Framework
|
||||
|
||||
public override void Up()
|
||||
{
|
||||
|
||||
if (Context.BeforeMigration != null)
|
||||
{
|
||||
Context.BeforeMigration(this);
|
||||
|
||||
Reference in New Issue
Block a user