expr: disable pragma

This commit is contained in:
shum
2025-05-12 11:03:37 +00:00
parent ec5a60430d
commit 4e19a18aed

View File

@@ -108,7 +108,7 @@ connectDB path key track = do
exec . fromQuery $
[sql|
PRAGMA busy_timeout = 100;
PRAGMA foreign_keys = ON;
PRAGMA foreign_keys = OFF;
-- PRAGMA trusted_schema = OFF;
PRAGMA secure_delete = ON;
PRAGMA auto_vacuum = FULL;