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