autoJsonMap is the default (but not in bonn :P)
This commit is contained in:
parent
13a8f43044
commit
892b994122
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const db = {
|
|||
},
|
||||
connect (dbConf = config.db) {
|
||||
log.debug(`Connecting to DB: ${JSON.stringify(dbConf)}`)
|
||||
// dbConf.dialectOptions = { autoJsonMap: false }
|
||||
dbConf.dialectOptions = { autoJsonMap: true }
|
||||
if (dbConf.dialect === 'sqlite') {
|
||||
dbConf.retry = {
|
||||
match: [
|
||||
|
|
Loading…
Reference in a new issue