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 16 lines 368 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO plc_operation_tokens (user_id, token, expires_at) VALUES ($1, $2, $3)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text", 10 "Timestamptz" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "66a1c363587c6fb603c59da1abdc6ffac3c85e095821981ef77f93002ab7b7a6" 16}