likwid/backend/.sqlx/query-fc585d0e71cb2707414fba262cd8347b30962772c647c5a1e1e2bc0c7d0843ed.json

16 lines
477 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": "fc585d0e71cb2707414fba262cd8347b30962772c647c5a1e1e2bc0c7d0843ed"
}