mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Save devices to database.
This commit is contained in:
parent
881996557a
commit
48b4c2fd0e
7 changed files with 165 additions and 40 deletions
|
@ -2,4 +2,7 @@ module.exports = {
|
|||
users: {
|
||||
primaryKey: 'email'
|
||||
}
|
||||
, devices: {
|
||||
primaryKey: 'serial'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue