diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2020-01-04 08:05:04 +1100 | 
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-04 08:05:04 +1100 | 
| commit | 913f3d764547bb36ead71922f6dfac9e83f16c62 (patch) | |
| tree | 434beda66d2dce0fb811b82204e222a16adbe69a /models | |
| parent | df8d3cd01f8c36ce6721e809e448f727cbf4a857 (diff) | |
Removal-from-event via password functionality
Diffstat (limited to 'models')
| -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 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  	}  })  | 
