Archived
2

changed status and returned status for /samples

This commit is contained in:
VLE2FE
2020-08-06 18:50:50 +02:00
parent cc6fa48a44
commit 3ff29845d4
15 changed files with 182 additions and 152 deletions

View File

@ -9,7 +9,7 @@ const MaterialSchema = new mongoose.Schema({
group_id: {type: mongoose.Schema.Types.ObjectId, ref: MaterialGroupsModel},
properties: mongoose.Schema.Types.Mixed,
numbers: [String],
status: Number
status: String
}, {minimize: false});
// changelog query helper