Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate allocation table data to blob-registry table - this allows space/blob/list capability to work for older spaces. #270

Open
1 of 3 tasks
alanshaw opened this issue Jan 15, 2025 · 0 comments
Assignees

Comments

@alanshaw
Copy link
Member

alanshaw commented Jan 15, 2025

This is a table rename and a couple of field renames (multihash -> digest and invocation -> cause). For reference, I've listed the current schemas:

  • allocation schema:
    • space: string (e.g. did:key:space)
    • multihash: string (e.g. zQm...)
    • size: number (e.g. 101)
    • invocation: string (e.g. baf...ucan - CID of invocation UCAN)
    • insertedAt: string (e.g. 2022-12-24T...)
  • blob-registry schema:
    • space: string
    • digest: string
    • size: number
    • cause: string
    • insertedAt: string

Tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Sprint Backlog
Development

No branches or pull requests

1 participant