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 23 lines 492 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT data FROM oauth_authorized_client\n WHERE did = $1 AND client_id = $2\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "data", 9 "type_info": "Jsonb" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 false 20 ] 21 }, 22 "hash": "8ec52ae767b80f1a1a4f2126929940f19056c66d8e3a46605af59d4447ebc73c" 23}