likwid/backend/.sqlx/query-2a7771a4914c74e7a68b2a570a6e1be27e5640856dd18462b97af6c98229fe0c.json

15 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"
}