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 28 lines 577 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, password_reset_code_expires_at FROM users WHERE password_reset_code = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "password_reset_code_expires_at", 14 "type_info": "Timestamptz" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 true 25 ] 26 }, 27 "hash": "e3e4b6131b7692edf87fcf3b67b59127d3a218afb7a34a4bcb3c56765f8cd4c6" 28}