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

19 lines
539 B
JSON

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