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