mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
15 lines
490 B
JSON
15 lines
490 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "UPDATE community_federations SET \n approved_locally = true,\n status = CASE WHEN approved_remotely THEN 'active'::federation_status ELSE status END,\n updated_at = NOW()\n WHERE id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "aeee6c4f9115efe386351097cb8c3512550eeecac893289d40b8e01c04f9f167"
|
||
|
|
}
|