From 889cbdc853b715472794f3209796a01f178ad403 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Mon, 18 Nov 2013 21:16:26 -0800 Subject: [PATCH] Removing unnecessary transaction --- src/Orchard/Data/Migration/DataMigrationManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Orchard/Data/Migration/DataMigrationManager.cs b/src/Orchard/Data/Migration/DataMigrationManager.cs index 7730106d5..baba86351 100644 --- a/src/Orchard/Data/Migration/DataMigrationManager.cs +++ b/src/Orchard/Data/Migration/DataMigrationManager.cs @@ -137,8 +137,6 @@ namespace Orchard.Data.Migration { else { dataMigrationRecord.Version = current; } - - _transactionManager.RequireNew(); } catch (Exception e) { Logger.Error(e, "Error while running migration version {0} for {1}", current, feature);