this repo has no description
at main 472 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT body FROM comms_queue WHERE user_id = $1 AND comms_type = 'email_update' ORDER BY created_at DESC LIMIT 1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "body", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid" 15 ] 16 }, 17 "nullable": [ 18 false 19 ] 20 }, 21 "hash": "5a036d95feedcbe6fb6396b10a7b4bd6a2eedeefda46a23e6a904cdbc3a65d45" 22}