mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-25 10:11:00 +00:00
16 lines
356 B
JSON
16 lines
356 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "\n UPDATE users\n SET password_hash = $1\n WHERE user_id = $2\n ",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Text",
|
||
|
"Uuid"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "2880480077b654e38b63f423ab40680697a500ffe1af1d1b39108910594b581b"
|
||
|
}
|