DB driver changed to mysql to address issue #509.
This commit is contained in:
parent
2e847460f4
commit
de55870561
7 changed files with 168 additions and 254 deletions
|
@ -4,7 +4,7 @@ const config = require('config');
|
|||
const moment = require('moment');
|
||||
|
||||
const knex = require('knex')({
|
||||
client: 'mysql2',
|
||||
client: 'mysql',
|
||||
connection: {
|
||||
...config.mysql,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue