mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
added icons to notifications
This commit is contained in:
@@ -14,7 +14,8 @@ var notificationSchema = new Schema({
|
||||
message: {type: String},
|
||||
link: {type: String},//aquí oju, a la app i a la web calen links diferents
|
||||
date: {type: Date},
|
||||
dateviewed: {type: Date}
|
||||
dateviewed: {type: Date},
|
||||
icon: {type: String}
|
||||
})
|
||||
|
||||
notificationSchema.plugin(mongooseUniqueValidator);
|
||||
|
||||
Reference in New Issue
Block a user