Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/frontend-type-safety-improvements 17 lines 521 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO backlinks (uri, path, link_to, repo_id)\n SELECT unnest($1::text[]), unnest($2::text[]), unnest($3::text[]), $4\n ON CONFLICT (uri, path) DO NOTHING\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "TextArray", 9 "TextArray", 10 "TextArray", 11 "Uuid" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "dbd66190b1e17e62eae8f7069d891b833d3f8a3b738070bfb5294f1481cf0170" 17}