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 31 lines 762 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO sso_auth_state (state, request_uri, provider, action, expires_at)\n VALUES ($1, $2, $3, $4, NOW() - INTERVAL '1 hour')\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 { 11 "Custom": { 12 "name": "sso_provider_type", 13 "kind": { 14 "Enum": [ 15 "github", 16 "discord", 17 "google", 18 "gitlab", 19 "oidc", 20 "apple" 21 ] 22 } 23 } 24 }, 25 "Text" 26 ] 27 }, 28 "nullable": [] 29 }, 30 "hash": "d0d4fb4b44cda3442b20037b4d5efaa032e1d004c775e2b6077c5050d7d62041" 31}