mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
18 lines
568 B
JSON
18 lines
568 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "UPDATE deliberation_summaries SET\n content = $2, key_points = $3, last_editor_id = $4,\n version = version + 1, edit_count = edit_count + 1,\n is_approved = false, updated_at = NOW()\n WHERE id = $1",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Text",
|
|||
"Jsonb",
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "2ca4dcd48f294e84793ad46b960657a7d30cf790418baf4feab371fb45687627"
|
|||
}
|