mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 05:23:09 +00:00
15 lines
333 B
JSON
15 lines
333 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "UPDATE conflict_cases SET status = 'proposal_phase', updated_at = NOW() WHERE id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "87426464ee1ed01c4e1940b86ed461af98bcfe50c40df7c869c1c03395a79e07"
|
||
|
|
}
|