Save devices to database.

This commit is contained in:
Simo Kinnunen
2014-01-28 15:47:29 +09:00
parent 881996557a
commit 48b4c2fd0e
7 changed files with 165 additions and 40 deletions

View File

@@ -2,4 +2,7 @@ module.exports = {
users: {
primaryKey: 'email'
}
, devices: {
primaryKey: 'serial'
}
}