15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE notifications SET is_read = true WHERE id = $1 AND user_id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "aefd6f17ea2becd41283f5b07fca49481cbe221437fed57283b0f52c03bf85c7"
|
|
}
|