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.
17 lines
485 B
JSON
17 lines
485 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM auth_email_bind_requests\n WHERE token = $1\n AND user_id = $2\n AND LOWER(email) = LOWER($3)\n AND used_at IS NULL\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "4538a6880a75c22cb93855fcffe352e0f2bb2f937d76229b448f355826a97ca6"
|
|
}
|