diff --git a/server/lib/knex.js b/server/lib/knex.js index 73d1b0ee..266d6c0a 100644 --- a/server/lib/knex.js +++ b/server/lib/knex.js @@ -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