this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT user_id, repo_root_cid FROM repos WHERE repo_rev IS NULL", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "user_id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "repo_root_cid", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [] 19 }, 20 "nullable": [ 21 false, 22 false 23 ] 24 }, 25 "hash": "f90c58a4e9dc9c28a682405fb7d5421853c6ef710bee0170430416485f41a0c3" 26}