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