this repo has no description
at main 658 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT u.id as user_id, r.repo_root_cid\n FROM users u\n JOIN repos r ON r.user_id = u.id\n WHERE NOT EXISTS (SELECT 1 FROM user_blocks ub WHERE ub.user_id = u.id)\n ", 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": "3f13f59e14ca24d4523be38a0b95d32a4a970f61c84f0539f4c4ee484afdce7d" 26}