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-efcf513bba65213ed4b71259a7016ffd7b1b8ff85206416a86beba19323a3be7.json
363 B 16 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "DELETE FROM signal_sessions WHERE address = $1 AND device_id = $2 AND identity = $3", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Int4", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "efcf513bba65213ed4b71259a7016ffd7b1b8ff85206416a86beba19323a3be7" 16}