mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-22 16:51:02 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE idempotency\n SET \n response_status_code = $3, \n response_headers = $4,\n response_body = $5\n WHERE\n user_id = $1 AND\n idempotency_key = $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Text",
|
|
"Int2",
|
|
{
|
|
"Custom": {
|
|
"name": "header_pair[]",
|
|
"kind": {
|
|
"Array": {
|
|
"Custom": {
|
|
"name": "header_pair",
|
|
"kind": {
|
|
"Composite": [
|
|
[
|
|
"name",
|
|
"Text"
|
|
],
|
|
[
|
|
"value",
|
|
"Bytea"
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Bytea"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "21f0f4c2ae0e88b99684823b83ce6126c218cec3badc8126492aab8fc7042109"
|
|
}
|