mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
Remove inviteCount field
This commit is contained in:
parent
001be23d00
commit
e7eafef605
@ -29,11 +29,6 @@ var UserSchema = mongoose.Schema({
|
||||
default: 0
|
||||
},
|
||||
|
||||
inviteCount: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
|
||||
date: {
|
||||
type: Date,
|
||||
default: Date.now
|
||||
|
Loading…
Reference in New Issue
Block a user