mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
17 lines
485 B
JSON
17 lines
485 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "INSERT INTO user_roles (user_id, role_id, community_id, granted_by)\n VALUES ($1, $2, NULL, $3)\n ON CONFLICT (user_id, role_id, community_id) DO NOTHING",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid",
|
||
|
|
"Uuid",
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "4c233b67c2fd3cbe3e1212218c7a65999cb87a4df8745cbfe59c6919ab61b683"
|
||
|
|
}
|