Added Reports (forgot to commit); Added label prototype.
This commit is contained in:
@@ -3,7 +3,7 @@ import { Mongo } from 'meteor/mongo';
|
||||
import { check } from 'meteor/check';
|
||||
import {SimpleSchema} from 'meteor/aldeed:simple-schema';
|
||||
|
||||
Measures = new Mongo.Collection('Measures');
|
||||
let Measures = new Mongo.Collection('Measures');
|
||||
Measures.attachSchema(new SimpleSchema({
|
||||
name: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user