13 lines
372 B
JSON
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"
|
|
}
|