mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
5 lines
No EOL
115 B
JavaScript
5 lines
No EOL
115 B
JavaScript
db.users.update(
|
|
{ lastCron: { $exists: false} },
|
|
{ $set: { lastCron: +new Date } },
|
|
{ multi: true }
|
|
); |