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 17 lines 578 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO oauth_scope_preference (did, client_id, scope, granted, created_at, updated_at)\n VALUES ($1, $2, $3, $4, NOW(), NOW())\n ON CONFLICT (did, client_id, scope) DO UPDATE SET granted = $4, updated_at = NOW()\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Bool" 12 ] 13 }, 14 "nullable": [] 15 }, 16 "hash": "ee259204476c17a99ae472dfee0da8aee79fb917cd33190a2cd484554b644cc3" 17}