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 28 lines 527 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, takedown_ref FROM records WHERE record_cid = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "takedown_ref", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 true 25 ] 26 }, 27 "hash": "a190925010d2e5355e200d140077f8438bc02c42a01863ed5db559f08147c40a" 28}