2 lines
86 B
JavaScript
2 lines
86 B
JavaScript
db.users.update({ _id: { $in: [''] } }, { $inc: { balance: 0.5 } }, { multi: true });
|