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-0e4bc669c7d3b13b886ba...

16 lines
417 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE auth_totp_credentials SET recovery_code_hashes = $2\n WHERE user_id = $1 AND confirmed_at IS NOT NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"ByteaArray"
]
},
"nullable": []
},
"hash": "0e4bc669c7d3b13b886baaf5f7ba58b85f60201f4774fd3dacd5cbc9dad8e706"
}