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 24 lines 542 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, rev)\n VALUES ($1, 'sync', $2, $3)\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 ] 18 }, 19 "nullable": [ 20 false 21 ] 22 }, 23 "hash": "bce9edc597592d2e7d672061883639bcdeff80be85e2ecacb6c75d8c027e6710" 24}