Update Failed after pushing

11 views
Skip to first unread message

spandan chakraborty

unread,
Mar 17, 2016, 2:21:38 PM3/17/16
to Mongoose Node.JS ODM
I have an document like this

var versionSchema = new Schema({                    
            "versionId" : Number,
            "Actual_Start_Time" : Date,
            "Flag" : String,
            "country" : String,
            "state" : String,
});

I have pushed a two set of records into this schema * it generates _id in the schema also. Now can any one help me with the code for how can I update the value of Flag for the first record to Y which is set to N?

Please help, its Urgent for me
Reply all
Reply to author
Forward
0 new messages