added to schema
This commit is contained in:
parent
76e0701f71
commit
09346b1c6c
@ -21,6 +21,7 @@ classes.schema = new SimpleSchema({
|
|||||||
moderators: {type: [String], optional: true},
|
moderators: {type: [String], optional: true},
|
||||||
banned: {type: [String], optional: true},
|
banned: {type: [String], optional: true},
|
||||||
blockEdit: {type: [String], optional: true}
|
blockEdit: {type: [String], optional: true}
|
||||||
|
subscribers: {type: Number, optional: true}
|
||||||
});
|
});
|
||||||
|
|
||||||
work.schema = new SimpleSchema({
|
work.schema = new SimpleSchema({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user