mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Add operator to device data.
This commit is contained in:
parent
7c0e04c4b4
commit
f173e6650a
4 changed files with 10 additions and 5 deletions
|
@ -62,6 +62,7 @@ module.exports.saveDeviceIdentity = function(serial, identity) {
|
|||
return db.run(r.table('devices').get(serial).update({
|
||||
platform: identity.platform
|
||||
, manufacturer: identity.manufacturer
|
||||
, operator: identity.operator
|
||||
, model: identity.model
|
||||
, version: identity.version
|
||||
, abi: identity.abi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue