Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 137 Bytes

Mongo.md

File metadata and controls

7 lines (7 loc) · 137 Bytes

Remove a field

db.getCollection("journey").updateOne(
   { _id: "6414886c8ae21267bdb5b206" },
   { $unset: { surcharge: "" } }
)