core(db): add files table #88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We currently store files in the S3 bucket, and lose all the information we receive upon upload. This is functional, but we could improve the experience by adding a files table to simply store that information.
It will allow us in the future to also track metadata about the files more directly, like hashes, to verify content integrity.