DB driver changed to mysql to address issue #509.

This commit is contained in:
Tomas Bures 2018-12-30 23:58:17 +00:00
parent 2e847460f4
commit de55870561
7 changed files with 168 additions and 254 deletions

View file

@ -4,7 +4,7 @@ const config = require('config');
const moment = require('moment');
const knex = require('knex')({
client: 'mysql2',
client: 'mysql',
connection: {
...config.mysql,