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 501 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n DELETE FROM oauth_token\n WHERE id IN (\n SELECT id FROM oauth_token\n WHERE did = $1\n ORDER BY updated_at ASC\n OFFSET $2\n )\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Int8" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "56cd24903171eddc2ededd9079ffe10937c34e99b0305f25c980ca754da44625" 15}