this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT blocks_cids, commit_cid\n FROM repo_seq\n WHERE did = $1 AND rev > $2\n ORDER BY seq DESC\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "blocks_cids", 9 "type_info": "TextArray" 10 }, 11 { 12 "ordinal": 1, 13 "name": "commit_cid", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text", 20 "Text" 21 ] 22 }, 23 "nullable": [ 24 true, 25 true 26 ] 27 }, 28 "hash": "9eeebac027c05ac44afa9f6b163762277849b75b647b7bf2ce5104baca795bf6" 29}