this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE repos SET repo_root_cid = $1, updated_at = NOW() WHERE user_id = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Uuid" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "f1e88d447915b116f887c378253388654a783bddb111b1f9aa04507f176980d3" 15}