Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created February 15, 2018 00:23
Show Gist options
  • Save gharriso/290ba3ce02a9f6579f68f4bb4aabb50b to your computer and use it in GitHub Desktop.
Save gharriso/290ba3ce02a9f6579f68f4bb4aabb50b to your computer and use it in GitHub Desktop.
var rx = db.embeddedOrders.updateOne(
{ _id: o.order.customerId },
{ $push: { orders: orderData } }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment