Add actual start time to team
This commit is contained in:
@@ -4,7 +4,6 @@ export let teamSchema = new Schema(
|
||||
{
|
||||
name: { type: String },
|
||||
start: { type: Date },
|
||||
stop: { type: Date },
|
||||
},
|
||||
{ timestamps: true, id: false }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user