this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT\n recipient, subject, body,\n comms_type as \"comms_type: CommsType\"\n FROM comms_queue\n WHERE id = $1\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "recipient",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "subject",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "body",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "comms_type: CommsType",
24 "type_info": {
25 "Custom": {
26 "name": "comms_type",
27 "kind": {
28 "Enum": [
29 "welcome",
30 "email_verification",
31 "password_reset",
32 "email_update",
33 "account_deletion",
34 "admin_email",
35 "plc_operation",
36 "two_factor_code",
37 "channel_verification",
38 "passkey_recovery",
39 "legacy_login_alert",
40 "migration_verification"
41 ]
42 }
43 }
44 }
45 }
46 ],
47 "parameters": {
48 "Left": [
49 "Uuid"
50 ]
51 },
52 "nullable": [
53 false,
54 true,
55 false,
56 false
57 ]
58 },
59 "hash": "b0fca342e85dea89a06b4fee144cae4825dec587b1387f0fee401458aea2a2e5"
60}