mongopatch
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "mongopatch", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"repository": "git://github.com/e-conomic/mongopatch.git", | ||
@@ -5,0 +5,0 @@ "description": "MongoDB patching tool", |
@@ -167,3 +167,6 @@ mongopatch [![Build Status](https://travis-ci.org/e-conomic/mongopatch.png?branch=master)](https://travis-ci.org/e-conomic/mongopatch) | ||
------------- | ||
#### Version 0.8.5 | ||
- Do not use document _id for creating log object | ||
#### Version 0.8.3 | ||
@@ -170,0 +173,0 @@ |
@@ -196,3 +196,2 @@ var fs = require('fs'); | ||
return parallel(options.concurrency, function(patch, callback) { | ||
var id = patch.before._id; | ||
var logDocument; | ||
@@ -203,3 +202,2 @@ | ||
logCollection.insert({ | ||
_id: id, | ||
before: patch.before, | ||
@@ -206,0 +204,0 @@ collection: patch.collection.toString(), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40310
215
988