merge with master after huge coral-embed-stream refactor

This commit is contained in:
Benjamin Goering
2017-05-03 19:19:03 -07:00
120 changed files with 3708 additions and 2551 deletions
+7 -1
View File
@@ -123,7 +123,13 @@ const UserSchema = new mongoose.Schema({
// user id of another user
type: String,
}]
}],
// Additional metadata stored on the field.
metadata: {
default: {},
type: Object
}
}, {
// This will ensure that we have proper timestamps available on this model.