Aggiunto userAgent alla tabella user
This commit is contained in:
@@ -133,6 +133,9 @@ const UserSchema = new mongoose.Schema({
|
||||
lasttimeonline: {
|
||||
type: Date,
|
||||
},
|
||||
useragent: {
|
||||
type: String,
|
||||
},
|
||||
news_on: {
|
||||
type: Boolean,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user