mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
add preferences to schema (we'll later want to run a mongo migration
to move many random variables into user.preferences, such as the 'flags' document)
This commit is contained in:
parent
3cb9749f57
commit
c15d272e12
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ module.exports.userSchema = ->
|
|||
balance: 2
|
||||
stats: { money: 0, exp: 0, lvl: 1, hp: 50 }
|
||||
items: { itemsEnabled: false, armor: 0, weapon: 0 }
|
||||
preferences: { gender: 'm', armorSet: 'v1' }
|
||||
tasks: {}
|
||||
habitIds: []
|
||||
dailyIds: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue