From 913f3d764547bb36ead71922f6dfac9e83f16c62 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sat, 4 Jan 2020 08:05:04 +1100 Subject: Removal-from-event via password functionality --- models/Event.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/Event.js') 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 } }) -- cgit v1.2.3