12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "update apps\n\nset secret = ?\n\nwhere id is ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1e2edc8cf28832344dbfa0878ac01361b6f97c552d6af8477da12cddb03d4865"
|
|
}
|