mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
Canceling Changes
This commit is contained in:
parent
aff8ee6124
commit
10c035e359
10 changed files with 47 additions and 16 deletions
|
@ -10,6 +10,14 @@ var EventSchema = new Schema({
|
|||
name : String,
|
||||
email : String
|
||||
},
|
||||
created : {
|
||||
type : Date,
|
||||
default : Date.now
|
||||
},
|
||||
updated : {
|
||||
type : Date,
|
||||
default : Date.now
|
||||
},
|
||||
title : String,
|
||||
dates : [Date],
|
||||
emails : [String],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue