this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO comms_queue (user_id, channel, comms_type, recipient, subject, body, metadata)\n VALUES ($1, $2::comms_channel, 'channel_verification', $3, 'Verify your channel', $4, $5)\n ",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 {
10 "Custom": {
11 "name": "comms_channel",
12 "kind": {
13 "Enum": [
14 "email",
15 "discord",
16 "telegram",
17 "signal"
18 ]
19 }
20 }
21 },
22 "Text",
23 "Text",
24 "Jsonb"
25 ]
26 },
27 "nullable": []
28 },
29 "hash": "e774d655b838c219c8291a5bc8e6fb90b793c78402c648dd380538b6e2b47134"
30}