Skip to content

Commit

Permalink
add dut provider for result model (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe authored Nov 19, 2017
1 parent f681d7f commit 06b20b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/models/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ const ResultSchema = new Schema({
vendor: {type: String},
model: {type: String},
ver: {type: String},
sn: {type: String}
sn: {type: String},
provider: {
name: {type: String},
id: {type: String},
ver: {type: String}
}
},
logs: [FileSchema]
}
Expand Down

0 comments on commit 06b20b8

Please sign in to comment.