Merge pull request #5308 from YTKme/ytkme/fix-sqlite-internal-error

Fix SQLite Internal Error
This commit is contained in:
jc21
2026-02-17 11:41:31 +10:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
"database": {
"engine": "knex-native",
"knex": {
"client": "sqlite3",
"client": "better-sqlite3",
"connection": {
"filename": "/app/config/mydb.sqlite"
},