change schema
This commit is contained in:
parent
4c416cdd18
commit
e51d35eba9
@ -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},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user