this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT rb.blob_cid, rb.record_uri\n FROM record_blobs rb\n LEFT JOIN blobs b ON rb.blob_cid = b.cid AND b.created_by_user = rb.repo_id\n WHERE rb.repo_id = $1 AND b.cid IS NULL AND rb.blob_cid > $2\n ORDER BY rb.blob_cid\n LIMIT $3\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "blob_cid",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "record_uri",
14 "type_info": "Text"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Uuid",
20 "Text",
21 "Int8"
22 ]
23 },
24 "nullable": [
25 false,
26 false
27 ]
28 },
29 "hash": "6f88c5e63c1beb47733daed5295492d59c649a35ef78414c62dcdf4d0b2a3115"
30}