mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 12:41:48 +02:00
Update
- updated styles - added edit functionality
This commit is contained in:
parent
2630cc237a
commit
b72dfc474e
21 changed files with 136 additions and 52 deletions
|
@ -13,6 +13,7 @@ var EventSchema = new Schema({
|
|||
title : String,
|
||||
dates : [Date],
|
||||
emails : [String],
|
||||
location: String,
|
||||
participants : [{
|
||||
id : Schema.Types.ObjectId,
|
||||
name : String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue