mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "INSERT INTO community_members (user_id, community_id, role) VALUES ($1, $2, 'admin')",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "de6d39c5473742a38ff437b95613ae32a366f4339c8165f58d192151024b6caf"
|
|||
}
|