mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-25 10:11:00 +00:00
15 lines
307 B
JSON
15 lines
307 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "UPDATE subscriptions SET status = 'confirmed' WHERE id = $1",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Uuid"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "a71a1932b894572106460ca2e34a63dc0cb8c1ba7a70547add1cddbb68133c2b"
|
||
|
}
|