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-e9a3a296fb2e751f92686...

16 lines
407 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE room_member_kick_cooldowns\n SET ends_at = CURRENT_TIMESTAMP - INTERVAL '1 second'\n WHERE room_id = $1 AND user_id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "e9a3a296fb2e751f92686beb9a5b0023c523f775c415cc0b9b5a5a5e8c09510f"
}