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 315 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET backup_enabled = $1 WHERE did = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Bool", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "f71428b1ce982504cd531937131d49196ec092b4d13e9ae7dcdaedfe98de5a70" 15}