Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

tranquil-pds / .sqlx / query-894169c5a40acade1000869bdde61d09984e17a686c1b487004d79897ecb4e4f.json
548 B 23 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO signal_profile_keys (uuid, key) VALUES ($1, $2)\n ON CONFLICT (uuid) DO UPDATE SET key = $2\n RETURNING (xmax = 0) AS \"inserted!\"", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "inserted!", 9 "type_info": "Bool" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid", 15 "Bytea" 16 ] 17 }, 18 "nullable": [ 19 null 20 ] 21 }, 22 "hash": "894169c5a40acade1000869bdde61d09984e17a686c1b487004d79897ecb4e4f" 23}