mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix to prefs migration
This commit is contained in:
parent
910e67684e
commit
995e699130
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
db.users.update(
|
||||
{'preferences':{$exists:false}},
|
||||
{preferences:{$exists:false}},
|
||||
{$set:{preferences:{gender: 'm', armorSet: 'v1'}}},
|
||||
{multi:true}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue