Files
enuxia-quiz/.sqlx/query-b5ad1b275532a5fee969cd4dec66e1f7e5d6c6c2bafeb1bbfc6e84f86ee43e9e.json
T
Julien Denizot 7f7c095015
Build & Push / build (push) Failing after 11s
Traefik Config / traefik (push) Has been cancelled
feat: ci: add Dockerfile, docker-compose, Traefik config and Gitea Actions workflows
2026-04-13 18:31:37 +02:00

13 lines
416 B
JSON

{
"db_name": "SQLite",
"query": "UPDATE quizzes\n SET title = ?, description = ?, active = ?,\n shuffle_questions = ?, shuffle_answers = ?,\n time_limit_seconds = ?\n WHERE id = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 7
},
"nullable": []
},
"hash": "b5ad1b275532a5fee969cd4dec66e1f7e5d6c6c2bafeb1bbfc6e84f86ee43e9e"
}