Notifiche all'Utente
Pannello Utente (backoffice)
This commit is contained in:
@@ -357,6 +357,11 @@ const UserSchema = new mongoose.Schema({
|
||||
groupname: {type: String},
|
||||
date: {type: Date},
|
||||
}], // username
|
||||
|
||||
notifs: {
|
||||
type: Number,
|
||||
default: 1,
|
||||
},
|
||||
},
|
||||
})
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user