this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE users SET password_reset_code_expires_at = NOW() - INTERVAL '1 hour' WHERE email = $1",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text"
9 ]
10 },
11 "nullable": []
12 },
13 "hash": "29ef76852bb89af1ab9e679ceaa4abcf8bc8268a348d3be0da9840d1708d20b5"
14}