diff options
author | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:22:08 +0100 |
---|---|---|
committer | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 18:22:08 +0100 |
commit | cc6ac96df25c909ec2a256b0a81fe91ce30ce0ce (patch) | |
tree | 8292704898981f1ee0781c9f5335ece8641aecc5 /models | |
parent | b9334880c7b2e2993f5ffafd25977d57b596f386 (diff) |
Frontend timezone selection functionality
Diffstat (limited to 'models')
-rwxr-xr-x | models/Event.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/Event.js b/models/Event.js index 35a8f2c..82c7904 100755 --- a/models/Event.js +++ b/models/Event.js @@ -95,6 +95,9 @@ const EventSchema = new mongoose.Schema({ trim: true, required: true }, + timezone: { + type: String + }, description: { type: String, trim: true, |