mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 15:37:42 +00:00
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "DELETE FROM ranked_votes WHERE proposal_id = $1 AND voter_id = $2",
|
|||
"describe": {
|
|||
"columns": [],
|
|||
"parameters": {
|
|||
"Left": [
|
|||
"Uuid",
|
|||
"Uuid"
|
|||
]
|
|||
},
|
|||
"nullable": []
|
|||
},
|
|||
"hash": "c33217c0ec06f08e9b89ac876cb22bf002aadb6cd6391af968d6a08725792228"
|
|||
}
|