mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added more stuff
This commit is contained in:
@ -9,6 +9,7 @@ var deviceTypeSchema = new Schema({
|
||||
technicalData: String,
|
||||
links: String,
|
||||
partsRecommended: String,
|
||||
testEquipmentRecommended: String,
|
||||
images: [{ type: String }],
|
||||
checkList: { type: ObjectId, ref: 'CheckList' },
|
||||
deleted: { type: Boolean, default: false }
|
||||
|
Reference in New Issue
Block a user