change schema

This commit is contained in:
yamanq 2016-08-08 20:49:24 -04:00
parent 4c416cdd18
commit e51d35eba9

View File

@ -15,7 +15,7 @@ classes.schema = new SimpleSchema({
teacher: {type: String, optional: true}, teacher: {type: String, optional: true},
admin: {type: String, optional: true}, admin: {type: String, optional: true},
status: {type: Boolean, defaultValue: false}, status: {type: Boolean, defaultValue: false},
code: {type: String, optional: true}, code: {type: String, defaultValue: ""},
privacy: {type: String}, privacy: {type: String},
category: {type: String}, category: {type: String},
moderators: {type: [String], optional: true}, moderators: {type: [String], optional: true},