mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +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"
|
|||
}
|