Files
enuxia-quiz/.sqlx/query-6390d90322dd8e117398f7716133354c63fa08e9ae917dc976589ea6c7c4afcd.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
372 B
JSON

{
"db_name": "SQLite",
"query": "UPDATE resets SET used = 1\n WHERE quiz_id = ?\n AND first_name = ?\n AND last_name = ?\n AND used = 0",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "6390d90322dd8e117398f7716133354c63fa08e9ae917dc976589ea6c7c4afcd"
}