Fix syntax error
This commit is contained in:
parent
f610f93fa7
commit
8f4b790b54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue