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-65b45c25c54e6aa166f68...

19 lines
613 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE room_join_requests\n SET status = $3,\n reviewed_at = CURRENT_TIMESTAMP,\n reviewed_by = $4\n WHERE room_id = $1\n AND user_id = $2\n AND reviewed_at IS NULL\n AND status = $5\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int2",
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "65b45c25c54e6aa166f68cc32cb45fab3019fea1c3f52cbcf68ad8b0dad6bbfd"
}