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.
32 lines
843 B
JSON
32 lines
843 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n SELECT email\n 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 AND expires_at > $4\n FOR UPDATE\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "email",
|
|
"type_info": "Varchar",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "auth_email_bind_requests",
|
|
"name": "email"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Int8",
|
|
"Text",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "115d22a575ef84a2eefb5f04d0ca76876f2262e6ed1445a4f7b4f3beec05e9e1"
|
|
}
|