Skip to content

Commit

Permalink
feat: list uploads joins to backup table to get backup urls (#2352)
Browse files Browse the repository at this point in the history
Motivation:
* add support for backup urls from backup table to
#2347
  • Loading branch information
gobengo committed Mar 11, 2024
1 parent 89e9161 commit 6d1a6f5
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 93 deletions.
1 change: 1 addition & 0 deletions packages/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const uploadQuery = `
created:inserted_at,
updated:updated_at,
backupUrls:backup_urls,
backup( url ),
content(cid, dagSize:dag_size, pins:pin(status, updated:updated_at, location:pin_location(_id:id, peerId:peer_id, peerName:peer_name, ipfsPeerId:ipfs_peer_id, region)))
`

Expand Down
Loading

0 comments on commit 6d1a6f5

Please sign in to comment.