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 410 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "DELETE FROM app_passwords\n WHERE user_id = (SELECT id FROM users WHERE did = $1)\n AND created_by_controller_did = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "43bdb0f9566822ba9fbde4d3ee67290d36e995e68bda3bb4bb75618c67f56a3e" 15}