Aggiunto userAgent alla tabella user

This commit is contained in:
paoloar77
2022-02-22 18:10:31 +01:00
parent 1214bcfbfc
commit b9b457a806
2 changed files with 4 additions and 0 deletions

View File

@@ -133,6 +133,9 @@ const UserSchema = new mongoose.Schema({
lasttimeonline: {
type: Date,
},
useragent: {
type: String,
},
news_on: {
type: Boolean,
},