Update knex to ~0.12.3

This commit is contained in:
Pagan Gazzard 2016-10-10 14:14:31 -07:00
parent 6349c692f0
commit 158ce2810c
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'