diff --git a/migrations/mysteryitems.js b/migrations/mysteryitems.js index 4f7e4dd837..e191a3573e 100644 --- a/migrations/mysteryitems.js +++ b/migrations/mysteryitems.js @@ -7,6 +7,21 @@ var update = { } }; +/*var update = { + $set:{ + 'purchased.plan':{ + customerId: "", + dateCreated: new Date(), + dateTerminated: null, + dateUpdated:new Date(), + gemsBought: 0, + mysteryItems: [], + paymentMethod: "Paypal", + planId : "basic_earned" + } + } +};*/ + if (_id) { // singular (missing items) db.users.update({_id:_id}, update);