diff options
Diffstat (limited to 'models/Event.js')
-rwxr-xr-x | models/Event.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/models/Event.js b/models/Event.js index 19505ea..07f0b70 100755 --- a/models/Event.js +++ b/models/Event.js @@ -13,6 +13,10 @@ const Attendees = new mongoose.Schema({ type: String, trim: true }, + removalPassword: { + type: String, + trim: true + }, id: { type: String, trim: true |