this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT subject FROM comms_queue WHERE user_id = $1 AND comms_type = 'admin_email' AND body = 'Email without subject' LIMIT 1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "subject",
9 "type_info": "Text"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid"
15 ]
16 },
17 "nullable": [
18 true
19 ]
20 },
21 "hash": "785a864944c5939331704c71b0cd3ed26ffdd64f3fd0f26ecc28b6a0557bbe8f"
22}