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.
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE room_creation_requests\n SET status = $2, reviewed_at = CURRENT_TIMESTAMP\n WHERE requested_by = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int2"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "ca462223498f2d0911267cd92b3bf6df634680ad07a8ad25874a2e0a0b50ce64"
|
|
}
|