diff --git a/NzbDrone.Core/Datastore/MigrationsHelper.cs b/NzbDrone.Core/Datastore/MigrationsHelper.cs index 644b473e8..cc21db325 100644 --- a/NzbDrone.Core/Datastore/MigrationsHelper.cs +++ b/NzbDrone.Core/Datastore/MigrationsHelper.cs @@ -12,6 +12,8 @@ namespace NzbDrone.Core.Datastore public static void Run(string connetionString, bool trace) { + if (IsMigrated) return; + IsMigrated = true; Logger.Info("Preparing run database migration"); try