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 15 lines 334 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET email_verified = $1, updated_at = NOW() WHERE id = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Bool", 9 "Uuid" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "806d6345a7712724e0a371e90ef7a9285dcd4d88ef53fd6334ab885d861ea8c2" 15}