Roll back and lock knex to 0.12.6

Newer Knex versions appear to have a bug that causes them to periodically
disconnect from the database. See the following issue for more details:

https://github.com/tgriesser/knex/issues/1833
This commit is contained in:
Dragory 2018-08-02 02:51:33 +03:00
parent 93c512c402
commit 2aaacef2c3
2 changed files with 587 additions and 213 deletions

798
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@
"eris": "^0.8.6", "eris": "^0.8.6",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0", "humanize-duration": "^3.15.0",
"knex": "^0.14.6", "knex": "0.12.6",
"knub": "^9.6.4", "knub": "^9.6.4",
"lodash.at": "^4.6.0", "lodash.at": "^4.6.0",
"lodash.difference": "^4.5.0", "lodash.difference": "^4.5.0",