mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
8 lines
102 B
JavaScript
8 lines
102 B
JavaScript
module.exports = {
|
|
users: {
|
|
primaryKey: 'email'
|
|
}
|
|
, devices: {
|
|
primaryKey: 'serial'
|
|
}
|
|
}
|