this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "UPDATE session_tokens SET access_jti = $1, refresh_jti = $2, access_expires_at = $3, refresh_expires_at = $4, updated_at = NOW() WHERE id = $5",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Text",
9 "Text",
10 "Timestamptz",
11 "Timestamptz",
12 "Int4"
13 ]
14 },
15 "nullable": []
16 },
17 "hash": "4dcee809896ead3de8ca0433856ed424211d79df201d08bbea0e4c576931a234"
18}