1
0
Fork 0
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:
Simo Kinnunen 2014-01-29 19:50:47 +09:00
parent 39989c6e7a
commit 389db73f08
8 changed files with 140 additions and 41 deletions

View file

@ -5,4 +5,11 @@ module.exports = {
, devices: {
primaryKey: 'serial'
}
, logs: {
primaryKey: 'id'
, indexes: {
serial: null
, timestamp: null
}
}
}