summaryrefslogtreecommitdiff
path: root/models/Event.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/Event.js')
-rwxr-xr-xmodels/Event.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/Event.js b/models/Event.js
index 3c0bb8c..c67869e 100755
--- a/models/Event.js
+++ b/models/Event.js
@@ -12,6 +12,10 @@ const Attendees = new mongoose.Schema({
email: {
type: String,
trim: true
+ },
+ removalPassword: {
+ type: String,
+ trim: true
}
})