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
646 B
JSON
19 lines
646 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n UPDATE room_creation_requests\n SET opaque_password_record = $2,\n opaque_password_credential_identifier = $3,\n opaque_password_ciphersuite = $4,\n opaque_password_server_setup_version = $5\n WHERE id = $1\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8",
|
||
|
|
"Bytea",
|
||
|
|
"Bytea",
|
||
|
|
"Varchar",
|
||
|
|
"Int4"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "e7097c24fbfec22e7768c1e5e057389ba8a9cb046252c2cef849e470a7f3bbb2"
|
||
|
|
}
|