this repo has no description
at main 662 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT ab.storage_key, ab.repo_rev\n FROM account_backups ab\n JOIN users u ON u.id = ab.user_id\n WHERE ab.id = $1 AND u.did = $2\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "storage_key", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "repo_rev", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid", 20 "Text" 21 ] 22 }, 23 "nullable": [ 24 false, 25 false 26 ] 27 }, 28 "hash": "95d38301fed0592dc309b0d7d08559deab0c25965b41025eec6a2bced5dd5f0f" 29}