mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
|
|
db.users.update(
|
||
|
|
{'preferences':{$exists:false}},
|
||
|
|
{$set:{preferences:{gender:'m'}}},
|
||
|
|
{multi:true}
|
||
|
|
)
|