diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-21 16:03:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-21 16:03:11 -0400 |
| commit | ef83dba4a83e23e38b67ee31b79e79c9e25a003d (patch) | |
| tree | be0e65ee556d215796f6c64e3df7d8adb5c51554 /db/bookshelf.js | |
| parent | 5028ad81845308f3b1954dcc1fde664077fa0fa9 (diff) | |
display orders per product, download as csv
Diffstat (limited to 'db/bookshelf.js')
| -rw-r--r-- | db/bookshelf.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/bookshelf.js b/db/bookshelf.js index 00a0614..5730923 100644 --- a/db/bookshelf.js +++ b/db/bookshelf.js @@ -1,5 +1,5 @@ -re('knex')({ - client: 'postgresql', +var knex = require('knex')({ + client: 'mysql', connection: { host : process.env.DB_HOST, user : process.env.DB_USER, |
