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-451ff051ae152ee585631...

16 lines
485 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE auth_totp_credentials\n SET last_used_step = $2\n WHERE user_id = $1 AND confirmed_at IS NOT NULL\n AND (last_used_step IS NULL OR last_used_step < $2)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "451ff051ae152ee585631c6242e5bbc5aa9c80e467ca291ea8a7f8c145fce8c4"
}