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
485 B
JSON
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"
|
|
}
|