Clean
This commit is contained in:
parent
02d2b215f2
commit
240b08eaea
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ const knex = require('knex')({
|
||||||
'DATETIME'
|
'DATETIME'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
pool: {
|
|
||||||
min: 2,
|
|
||||||
max: 10
|
|
||||||
}
|
|
||||||
},
|
|
||||||
migrations: {
|
migrations: {
|
||||||
directory: path.join(__dirname, '..', 'setup', 'knex', 'migrations')
|
directory: path.join(__dirname, '..', 'setup', 'knex', 'migrations')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue