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-761cf709c5e998823183a...

19 lines
608 B
JSON

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