mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Add rethinkdb.
This commit is contained in:
parent
bbab0e6014
commit
23d068490e
5 changed files with 91 additions and 0 deletions
5
lib/db/tables.js
Normal file
5
lib/db/tables.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
users: {
|
||||
primaryKey: 'id'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue