1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Add rethinkdb.

This commit is contained in:
Simo Kinnunen 2014-01-27 19:47:37 +09:00
parent bbab0e6014
commit 23d068490e
5 changed files with 91 additions and 0 deletions

5
lib/db/tables.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
users: {
primaryKey: 'id'
}
}