this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM channel_verifications WHERE user_id = $1 AND channel = $2::comms_channel",
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 ]
23 },
24 "nullable": []
25 },
26 "hash": "57229564a518b14dca6fecef677d4b58b5ab6892846e65a4f1549ae5f147c13e"
27}