mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
15 lines
492 B
JSON
15 lines
492 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "UPDATE conflict_cases SET \n status = 'resolved', \n resolved_at = NOW(),\n resolution_type = 'compromise_accepted',\n updated_at = NOW()\n WHERE id = $1",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "6f92eb099a3182a7f862df97a6f9cf340bef74f512099000e03450f69b796ef1"
|
|||
}
|