Files
enuxia-quiz/.sqlx/query-9f446fea4be730b92077288cf55a73b6efc65c44156c0bb7eb22b382aacb890b.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

21 lines
373 B
JSON

{
"db_name": "SQLite",
"query": "SELECT value FROM config WHERE key = ?",
"describe": {
"columns": [
{
"name": "value",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false
]
},
"hash": "9f446fea4be730b92077288cf55a73b6efc65c44156c0bb7eb22b382aacb890b"
}