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 21 lines 581 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_authorization_request\n (id, did, device_id, client_id, client_auth, parameters, expires_at, code)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8)\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text", 12 "Jsonb", 13 "Jsonb", 14 "Timestamptz", 15 "Text" 16 ] 17 }, 18 "nullable": [] 19 }, 20 "hash": "5282ac2b990f2e5d736fe380644e42bb8c205dea42024e2e5bbf96078b09dc5f" 21}