this repo has no description
at main 396 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n UPDATE comms_queue\n SET status = 'sent', processed_at = NOW(), updated_at = NOW()\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "17bd3bd354a6ee0a86a1c868207eb4ea454844828c8aca63b1252fefa8f5afad" 14}