Comment 24 for bug 1876345

Revision history for this message
Nicolas Bock (nicolasbock) wrote :

Hi Ian,

Hi. I am running `db.machines.update({"_id" : "033ad9d9-06b2-48c6-8e9d-c97738584cdd:6"}, {$set: {"force-destroyed": false}})` in the controllers DB but `db.machines.find({"_id" : "033ad9d9-06b2-48c6-8e9d-c97738584cdd:6"}).pretty()` keeps showing `true` for that field. When I do the same for a fictitious field, e.g. `force-destroyed-x`, I can flip the value between `true` and `false` which leads me to believe that I am using the command correctly.

But, I am probably missing something...