mirror of https://github.com/synctv-org/synctv
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.
19 lines
543 B
JSON
19 lines
543 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE user_registration_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": "3002d89012acac5c67cba26405d4c818549f1b72a69b28360f8d70eb6dea8270"
|
|
}
|