Merge pull request #315 from resin-io/update-knex

Update knex to ~0.12.3
This commit is contained in:
Page- 2016-10-11 12:35:01 -07:00 committed by GitHub
commit 6417725282
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
* Updated knex to ~0.12.3
# v2.6.1
Do not use parsed JSON to compare dep. device state [Pablo]
* Do not use parsed JSON to compare dep. device state [Pablo]
# v2.6.0

View File

@ -18,7 +18,7 @@
"dockerode": "~2.2.9",
"event-stream": "^3.0.20",
"express": "^4.0.0",
"knex": "~0.8.3",
"knex": "~0.12.3",
"lockfile": "^1.0.1",
"lodash": "^4.16.3",
"log-timestamp": "^0.1.2",

View File

@ -1,7 +1,7 @@
Promise = require 'bluebird'
Knex = require 'knex'
knex = Knex.initialize(
knex = Knex(
client: 'sqlite3'
connection:
filename: '/data/database.sqlite'