Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 17 lines 427 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO account_delegations (delegated_did, controller_did, granted_scopes, granted_by)\n VALUES ($1, $2, $3, $4)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "06e01e990db7c698041a3ee49399c8960e80ca2a1a14de136c57ac062e62b962" 17}