mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "UPDATE invitations SET is_active = FALSE WHERE id = $1",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "740f728d9932a5da47b6b9454ed77304f5e93dc836dc21b3994eb4e7c8bc8219"
|
|||
}
|