Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/small-bugs 31 lines 833 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO session_tokens\n (did, access_jti, refresh_jti, access_expires_at, refresh_expires_at,\n legacy_login, mfa_verified, scope, controller_did, app_password_name)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)\n RETURNING id\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text", 16 "Text", 17 "Timestamptz", 18 "Timestamptz", 19 "Bool", 20 "Bool", 21 "Text", 22 "Text", 23 "Text" 24 ] 25 }, 26 "nullable": [ 27 false 28 ] 29 }, 30 "hash": "d5258b11188ad12409923ac958f1c5ec1ffe633517924ebb473e3b526614a981" 31}