Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 23 lines 669 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT 1 as \"exists!\"\n FROM oauth_account_device ad\n JOIN users u ON u.did = ad.did\n WHERE ad.device_id = $1\n AND ad.did = $2\n AND u.deactivated_at IS NULL\n AND u.takedown_ref IS NULL\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "exists!", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 null 20 ] 21 }, 22 "hash": "a8bac63dcb49f88eb8d2ec0eafabab06ea5cece5682727b8593071541d2f3d7e" 23}