mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-27 13:40:00 +00:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
|
|
db.users.update({
|
||
|
|
'flags.recaptureEmailsPhase': {
|
||
|
|
$gt: 0,
|
||
|
|
},
|
||
|
|
}, {$inc: {
|
||
|
|
'flags.recaptureEmailsPhase': 1,
|
||
|
|
}}, {multi: 1});
|