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-946b0fcc88d7d821f6e65...

17 lines
494 B
JSON

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