mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 22:35:25 +02:00
Save device logs to rethinkdb.
This commit is contained in:
@@ -5,4 +5,11 @@ module.exports = {
|
||||
, devices: {
|
||||
primaryKey: 'serial'
|
||||
}
|
||||
, logs: {
|
||||
primaryKey: 'id'
|
||||
, indexes: {
|
||||
serial: null
|
||||
, timestamp: null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user