account/.sqlx/query-0edf3f60bfb92912f73b6c61962e4a98b37c62d596cb0c8c3d1cc1c0199dcb2d.json
red binder 672674f7ad
Some checks failed
Build and Test / account (push) Failing after 52s
implement missing routes
2026-08-10 21:39:11 +02:00

16 lines
446 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE users SET\n email = $1,\n email_verified_since = NULL,\n verification_code = $2\n WHERE pid = $3\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Int4",
"Int4"
]
},
"nullable": []
},
"hash": "0edf3f60bfb92912f73b6c61962e4a98b37c62d596cb0c8c3d1cc1c0199dcb2d"
}