Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 14 lines 374 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE comms_queue\n SET status = 'sent', processed_at = NOW(), updated_at = NOW()\n WHERE id = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "e1730308c66ad96a24b1c40738e435b59b5d6ea139b80fd94ecfd6d60549d3e6" 14}