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 32 lines 788 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO sso_pending_registration (token, request_uri, provider, provider_user_id, provider_email_verified)\n VALUES ($1, $2, $3, $4, $5)\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 "Bool" 27 ] 28 }, 29 "nullable": [] 30 }, 31 "hash": "376b72306b50f747bc9161985ff4f50c35c53025a55ccf5e9933dc3795d29313" 32}