this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT DISTINCT unnest(blobs) as \"cid!\"\n FROM repo_seq\n WHERE did = $1 AND rev > $2 AND blobs IS NOT NULL\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "cid!",
9 "type_info": "Text"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text"
16 ]
17 },
18 "nullable": [
19 null
20 ]
21 },
22 "hash": "485cd286a085cca2910e3c3de757b66211b8eb7ec5dadcfda79485520f792c16"
23}