habitica-self-host/migrations/command-line/apology_gems.js
2019-10-08 16:57:10 +02:00

1 line
86 B
JavaScript

db.users.update({ _id: { $in: [''] } }, { $inc: { balance: 0.5 } }, { multi: true });