From 2cedbcb9b334cd497874736bbb740a1d5c5acb6c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 15 Jul 2019 19:39:30 +0300 Subject: Teams/Organizations part 1, in progress. Add table: org Thanks to xet7 ! Related #802 --- models/counters.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 models/counters.js (limited to 'models/counters.js') diff --git a/models/counters.js b/models/counters.js new file mode 100644 index 00000000..232353fb --- /dev/null +++ b/models/counters.js @@ -0,0 +1 @@ +Counters = new Mongo.Collection('counters'); -- cgit v1.2.3-1-g7c22