this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE users SET password_reset_code = $1, password_reset_code_expires_at = $2 WHERE id = $3",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Timestamptz",
10 "Uuid"
11 ]
12 },
13 "nullable": []
14 },
15 "hash": "9387c8162414807caaf9380a57fc720b6d25cccfb54b9feda15c08560a7562cc"
16}