Files
enuxia-quiz/.sqlx/query-73c411eceb3040317ef4ba3db04fdd089452faca291d0780b59eef19a7910d98.json
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
357 B
JSON

{
"db_name": "SQLite",
"query": "DELETE FROM resets\n WHERE quiz_id = ?\n AND LOWER(TRIM(first_name)) = ?\n AND LOWER(TRIM(last_name)) = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 3
},
"nullable": []
},
"hash": "73c411eceb3040317ef4ba3db04fdd089452faca291d0780b59eef19a7910d98"
}