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