I have a MongoDb schema like this
var User = new Schema({ \"UserName\": { type: String, required: true }, \"Email\": { type: String, required: tr
There should be an index that is blocking.
You can try the db.collection.dropIndex() method
medinfo.users.dropIndexes()