Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at 4e2986199080ec4e4cf264540f3e2193dbc5bf49 30 lines 715 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids, prev_data_cid, rev)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9)\n RETURNING seq\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "seq", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text", 16 "Text", 17 "Text", 18 "Jsonb", 19 "TextArray", 20 "TextArray", 21 "Text", 22 "Text" 23 ] 24 }, 25 "nullable": [ 26 false 27 ] 28 }, 29 "hash": "40e848f48afb50f5e4820445aee874a482333e9090ef14ce44db3fd9721cfff0" 30}