mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 15:53:23 +02:00
9 lines
102 B
JavaScript
9 lines
102 B
JavaScript
module.exports = {
|
|
users: {
|
|
primaryKey: 'email'
|
|
}
|
|
, devices: {
|
|
primaryKey: 'serial'
|
|
}
|
|
}
|