1
0
Fork 0
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:
Simo Kinnunen 2014-01-31 19:31:21 +09:00
parent 7c0e04c4b4
commit f173e6650a
4 changed files with 10 additions and 5 deletions

View file

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