From 09346b1c6c5d355e4f8e42266bb54136b0fccd25 Mon Sep 17 00:00:00 2001 From: yamanq Date: Tue, 9 Aug 2016 16:56:09 -0400 Subject: [PATCH] added to schema --- hourglass/collections/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hourglass/collections/main.js b/hourglass/collections/main.js index 000472c..57a4efd 100644 --- a/hourglass/collections/main.js +++ b/hourglass/collections/main.js @@ -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({