Fix syntax error

This commit is contained in:
joker-x 2020-08-26 16:57:41 +02:00
parent f610f93fa7
commit 8f4b790b54

View file

@ -10,7 +10,7 @@ const knex = require('knex')({
connection: {
...config.mysql,
charset: utf8mb4,
charset: 'utf8mb4',
multipleStatements: true,
// DATE and DATETIME types contain no timezone info. The MySQL driver tries to interpret them w.r.t. to local time, which