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 15 lines 322 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE records SET takedown_ref = $1 WHERE record_cid = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "411a7cff2d43612379903d6343da0761ae5b8b30a2fa1c89afb85047d4fbe3eb" 15}