mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-28 22:05:38 +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});
|