description optional

This commit is contained in:
Yaman Qalieh 2016-08-13 17:36:35 -04:00
parent 83214bec01
commit 9957cba048

View File

@ -29,7 +29,7 @@ work.schema = new SimpleSchema({
name: {type: String},
class: {type: String},
dueDate: {type: Date},
description: {type: String},
description: {type: String, optional: true},
creator: {type: String},
comments: {type: [String], optional: true},
confirmations: {type: [String], optional: true},