mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing unnecessary transaction
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user