Add actual start time to team

This commit is contained in:
John Lyon-Smith
2018-04-27 15:51:38 -07:00
parent d2a22fd3a5
commit 1b5ccf251f
14 changed files with 3583 additions and 3374 deletions

View File

@@ -4,7 +4,6 @@ export let teamSchema = new Schema(
{
name: { type: String },
start: { type: Date },
stop: { type: Date },
},
{ timestamps: true, id: false }
)