mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Save device logs to rethinkdb.
This commit is contained in:
parent
39989c6e7a
commit
389db73f08
8 changed files with 140 additions and 41 deletions
|
@ -5,4 +5,11 @@ module.exports = {
|
|||
, devices: {
|
||||
primaryKey: 'serial'
|
||||
}
|
||||
, logs: {
|
||||
primaryKey: 'id'
|
||||
, indexes: {
|
||||
serial: null
|
||||
, timestamp: null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue