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-4d8189361d1da271e300041599561ac07a02ffa9a926f94508d7873c4ca07e65.json
545 B 23 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT trusted_until FROM oauth_device od\n JOIN oauth_account_device oad ON od.id = oad.device_id\n WHERE od.id = $1 AND oad.did = $2", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "trusted_until", 9 "type_info": "Timestamptz" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 true 20 ] 21 }, 22 "hash": "4d8189361d1da271e300041599561ac07a02ffa9a926f94508d7873c4ca07e65" 23}