Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

tranquil-pds / .sqlx / query-f3238ba68805b145427339ba5bbdb58de24853db0d3be73a4912475a09c4ebdf.json
539 B 18 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE session_tokens\n SET access_jti = $1, refresh_jti = $2, access_expires_at = $3,\n refresh_expires_at = $4, updated_at = NOW()\n WHERE id = $5\n ", 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": "f3238ba68805b145427339ba5bbdb58de24853db0d3be73a4912475a09c4ebdf" 18}