Skip to content

Commit

Permalink
🛠 brute-knex fix
Browse files Browse the repository at this point in the history
- do not access the database in the constructor
- that causes Ghost to fail on mysql, because if the database does not exist, knex will fail
  • Loading branch information
kirrg001 committed Nov 9, 2016
1 parent 28fbaec commit c749fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bluebird": "3.4.6",
"body-parser": "1.15.2",
"bookshelf": "0.10.2",
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0985c50b22f51d5745e6b54ed629edceb4e37c38",
"brute-knex": "https://github.com/cobbspur/brute-knex/tarball/0a7cf6265506e2be8151740d00518b53a53e6081",
"bunyan": "1.8.1",
"chalk": "1.1.3",
"cheerio": "0.22.0",
Expand Down

0 comments on commit c749fe2

Please sign in to comment.