13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE credentials SET credential = $1 WHERE user_id = $2 AND credential = $3;",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5b96d31e66cc895d1f8835d777c7e7bea86ba430d2e284631214751571b4f71f"
|
|
}
|