Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at main 16 lines 367 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE oauth_device SET trusted_at = $1, trusted_until = $2 WHERE id = $3", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Timestamptz", 9 "Timestamptz", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "3519df39bff89306f6a8f38709d4705adf34732730dab8346f814d8ef7599a74" 16}