mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
16 lines
334 B
JSON
16 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"
|
|||
}
|