You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-a3847a3743d3dc0f71b12...

17 lines
380 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE room_members SET added_permissions = $1\n WHERE room_id = $2 AND user_id = $3",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "a3847a3743d3dc0f71b12e97ef402a168abdd5f05df3b887001cde652570d98e"
}