Downgrade knex

Fix https://github.com/tgriesser/knex/issues/1701
This commit is contained in:
Zalmoxisus
2017-01-02 18:27:48 +02:00
parent 5732c3713b
commit 95e79594e1
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{
"client": "sqlite3",
"connection": { "filename": ":memory:" },
"pool": { "refreshIdle": false, "min": 1, "max": 1 },
"debug": false,
"migrate": true
}