mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "DELETE FROM user_roles WHERE user_id = $1 AND role_id = $2 AND community_id = $3",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid",
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "3c118e418b94a2d609cde609b53fbbb1a0055fe46397599f7c5eade17b0a5360"
|
|||
}
|