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 20 lines 391 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT COALESCE(MAX(seq), 0) as \"max!\" FROM repo_seq", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "max!", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [] 14 }, 15 "nullable": [ 16 null 17 ] 18 }, 19 "hash": "89851bbf1c11bf35379c6a07073e8e21a79f130e4a51e57c7b116e59faeb146b" 20}