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 22 lines 444 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT COUNT(*) FROM users WHERE LOWER(email) = LOWER($1) AND deactivated_at IS NULL", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "count", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text" 15 ] 16 }, 17 "nullable": [ 18 null 19 ] 20 }, 21 "hash": "8005b417f4dc3cdd2a667be39250e4e7af7555f262d8db36ada0e99281f16ac3" 22}