mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 20:53:35 +02:00
Fix VNC auth DB index.
This commit is contained in:
@@ -18,8 +18,10 @@ module.exports = {
|
||||
primaryKey: 'password'
|
||||
, indexes: {
|
||||
response: null
|
||||
, responsePerDevice: function(row) {
|
||||
return [row('response'), row('deviceId')]
|
||||
, responsePerDevice: {
|
||||
indexFunction: function(row) {
|
||||
return [row('response'), row('deviceId')]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user