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

45 lines
861 B
JSON

{
"db_name": "SQLite",
"query": "SELECT id, quiz_id, text, section, position FROM questions WHERE quiz_id = ? ORDER BY position",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "quiz_id",
"ordinal": 1,
"type_info": "Integer"
},
{
"name": "text",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "section",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "position",
"ordinal": 4,
"type_info": "Integer"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false,
false,
false
]
},
"hash": "c47c6e7f9402abc300085c720014ba9e10e1a1203a3451cd74e9866c4c9489bc"
}