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 14 lines 369 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n DELETE FROM oauth_dpop_jti\n WHERE created_at < NOW() - INTERVAL '1 second' * $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Float8" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "fe8d08cf49d7f6642ac3c4636420cdc0f63547ba0d2ea4c4d21a97f3f30e7dc5" 14}