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 25 lines 588 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO account_delegations (delegated_did, controller_did, granted_scopes, granted_by)\n VALUES ($1, $2, $3, $4)\n RETURNING id\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text", 16 "Text", 17 "Text" 18 ] 19 }, 20 "nullable": [ 21 false 22 ] 23 }, 24 "hash": "c1814ac085e3fab616b897e1eefe1230ac2e4808d836338fa897fb1e20abf97b" 25}