mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +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"
|
||
|
|
}
|