mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 19:26:09 +02:00
feat(users): add fields 'hnr_warning' to count H&R warning number
This commit is contained in:
@@ -159,6 +159,10 @@ var UserSchema = new Schema({
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
hnr_warning: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
topics: {
|
||||
type: Number,
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user