Added email subjects, and favourites

This commit is contained in:
Johnathon Slightham
2021-05-19 15:53:22 -04:00
parent fb799fa001
commit ac404a0ac5
11 changed files with 161 additions and 45 deletions

View File

@@ -14,6 +14,9 @@ let User = new Schema({
},
permission: {
type: Number
},
favorites: {
type: Array
}
}, {
collection: 'users'