Notifiche all'Utente

Pannello Utente (backoffice)
This commit is contained in:
Paolo Arena
2022-07-16 14:20:39 +02:00
parent 4486a09255
commit cbd65ccdbe
2 changed files with 32 additions and 0 deletions

View File

@@ -357,6 +357,11 @@ const UserSchema = new mongoose.Schema({
groupname: {type: String},
date: {type: Date},
}], // username
notifs: {
type: Number,
default: 1,
},
},
})
;