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 14 lines 303 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET telegram_verified = TRUE WHERE id = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "00e2443c853791978e20e590a54721e44bbf7df1285acc27b0b658841fb55c7e" 14}