mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
feat(bug-crushing): add the critical hammer of bug-crushing
This commit is contained in:
parent
d034262834
commit
00af5f7d02
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ var UserSchema = new Schema({
|
|||
level: Number, // 1-7, see https://trello.com/c/wkFzONhE/277-contributor-gear
|
||||
admin: Boolean,
|
||||
text: String, // Artisan, Friend, Blacksmith, etc
|
||||
contributions: String // a markdown textarea to list their contributions + links
|
||||
contributions: String, // a markdown textarea to list their contributions + links
|
||||
critical: String
|
||||
},
|
||||
|
||||
balance: {type: Number, 'default':0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue