Added more stuff

This commit is contained in:
Dobie Wollert
2015-08-05 23:52:41 -04:00
parent fdc8727044
commit a8a63651ab
3 changed files with 13 additions and 0 deletions

View File

@ -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 }