Added subs management (wip)
This commit is contained in:
parent
6123977974
commit
316e14f0ea
21 changed files with 427 additions and 39 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { Mongo } from 'meteor/mongo';
|
||||
import SimpleSchema from 'simpl-schema';
|
||||
|
||||
const ActiveFires = new Mongo.Collection('activefires');
|
||||
const ActiveFires = new Mongo.Collection('activefires', { idGeneration: 'MONGO' });
|
||||
|
||||
ActiveFires.allow({
|
||||
insert: () => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue