@dhyasama/totem-models 6.14.0 → 6.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202,7 +202,7 @@ module.exports = function(mongoose, config) {
202
202
 
203
203
  };
204
204
 
205
- Interaction.set('autoIndex', true);
205
+ Interaction.set('autoIndex', false);
206
206
  Interaction.on('index', function(err) { console.log('error building interaction indexes: ' + err); });
207
207
 
208
208
  var deepPopulate = require('mongoose-deep-populate')(mongoose);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.14.0",
3
+ "version": "6.14.1",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",