Notifications
Settings Notifications User Panel
This commit is contained in:
@@ -365,6 +365,26 @@ const UserSchema = new mongoose.Schema({
|
||||
value: {type: Number},
|
||||
},
|
||||
],
|
||||
notif_idCities: [
|
||||
{
|
||||
type: Number,
|
||||
}],
|
||||
notif_provinces: [
|
||||
{
|
||||
type: String,
|
||||
}],
|
||||
notif_regions: [
|
||||
{
|
||||
type: String,
|
||||
}],
|
||||
notif_sectors: [
|
||||
{
|
||||
type: Number,
|
||||
}],
|
||||
notif_sector_goods: [
|
||||
{
|
||||
type: Number,
|
||||
}]
|
||||
},
|
||||
})
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user