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 354 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n DELETE FROM sso_pending_registration\n WHERE expires_at < $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Timestamptz" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "946e30fee0e45a99f3fe1ec3671c561c9dc537a848bc94c4740d5a83bf8d2861" 14}