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
525 B
JSON
16 lines
525 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE auth_totp_credentials\n SET recovery_code_hashes = array_remove(recovery_code_hashes, $2::bytea)\n WHERE user_id = $1 AND confirmed_at IS NOT NULL\n AND $2::bytea = ANY(recovery_code_hashes)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Bytea"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e342057d63437af8adb825a02ace641e9aeb504a672b3077bae05f89cfb382f4"
|
|
}
|