mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
14 lines
484 B
JSON
14 lines
484 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE delegate_profiles\n SET total_delegators = (\n SELECT COUNT(*)::int\n FROM delegations\n WHERE delegate_id = $1 AND is_active = TRUE\n )\n WHERE user_id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ba3baaed12e441979d05df98b3fce74718552f5359645768d6a2985d5964a089"
|
|
}
|