Files
vibe-kanban/crates/db/.sqlx/query-9747ebaebd562d65f0c333b0f5efc74fa63ab9fcb35a43f75f57da3fcb9a2588.json
Solomon 6067dc693b Make execution_process_logs append-only to avoid SQLite lockups (#1276)
solves  `(code: 5) database is locked` errors
2025-11-17 17:45:15 +00:00

13 lines
364 B
JSON

{
"db_name": "SQLite",
"query": "INSERT INTO execution_process_logs (execution_id, logs, byte_size, inserted_at)\n VALUES ($1, $2, $3, datetime('now', 'subsec'))",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "9747ebaebd562d65f0c333b0f5efc74fa63ab9fcb35a43f75f57da3fcb9a2588"
}