/api/ subroutes only available in dev/test
This commit is contained in:
@ -2,7 +2,7 @@ import mongoose from 'mongoose';
|
||||
import SampleModel from './sample';
|
||||
import MeasurementTemplateModel from './measurement_template';
|
||||
|
||||
// TODO: change to sample_id
|
||||
|
||||
|
||||
const MeasurementSchema = new mongoose.Schema({
|
||||
sample_id: {type: mongoose.Schema.Types.ObjectId, ref: SampleModel},
|
||||
|
Reference in New Issue
Block a user