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
471 B
JSON
16 lines
471 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE auth_email_registration_tokens\n SET used_at = $2\n WHERE token_hash = $1\n AND used_at IS NULL\n AND expires_at > $2\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "3a0ee6e7e6190217e17e3d49eccf40271d99551e3493fd58708949acb8a22cdb"
|
|
}
|