added to schema

This commit is contained in:
yamanq 2016-08-09 16:56:09 -04:00
parent 76e0701f71
commit 09346b1c6c

View File

@ -21,6 +21,7 @@ classes.schema = new SimpleSchema({
moderators: {type: [String], optional: true},
banned: {type: [String], optional: true},
blockEdit: {type: [String], optional: true}
subscribers: {type: Number, optional: true}
});
work.schema = new SimpleSchema({