16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE users SET password_hash = $1 WHERE user_id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "eae27786a7c81ee2199fe3d5c10ac52c8067c61d6992f8f5045b908eb73bab8b"
|
|
}
|