summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rwxr-xr-xmodels/Event.js4
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