We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934544 commit 1f56a56Copy full SHA for 1f56a56
1 file changed
server/database.js
@@ -275,7 +275,6 @@ class Database {
275
// See: https://github.com/knex/knex/issues/3176#issuecomment-3389054899
276
min: 0,
277
max: 20,
278
- propagateCreateError: false,
279
acquireTimeoutMillis: acquireConnectionTimeout,
280
afterCreate: (rawConn, done) => {
281
this.initSQLite(rawConn, testMode)
0 commit comments