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 25 lines 641 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT DISTINCT uri\n FROM backlinks\n WHERE repo_id = $1\n AND uri LIKE $4\n AND (path, link_to) IN (SELECT unnest($2::text[]), unnest($3::text[]))\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "uri", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid", 15 "TextArray", 16 "TextArray", 17 "Text" 18 ] 19 }, 20 "nullable": [ 21 false 22 ] 23 }, 24 "hash": "bb8a0fe434cc623637a17e647e2f93948c91890f4a36b9f988d686a8b379a1c0" 25}