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-b01a651076266e4347b1a...

17 lines
469 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM auth_email_tokens\n WHERE token = $1\n AND user_id = $2\n AND token_type = $3\n AND used_at IS NULL\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int8",
"Int2"
]
},
"nullable": []
},
"hash": "b01a651076266e4347b1a0731ee4ef1bb92bbcf3cae082d0e44d710bb4b00840"
}