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

filemanager: remove object table #464

Closed
mmalenic opened this issue Aug 12, 2024 · 1 comment · Fixed by #465 or #467
Closed

filemanager: remove object table #464

mmalenic opened this issue Aug 12, 2024 · 1 comment · Fixed by #465 or #467
Assignees
Labels
filemanager an issue relating to the filemanager refactor

Comments

@mmalenic
Copy link
Member

The object table doesn't serve much of a purpose anymore and should be removed, as we decided to use the attributes column on s3_object to store any attributes.

If there is a requirement to have attributes follow relational modelling more closely (instead of JSON), or to store non-S3 data, then another table can be added back in. This would probably look slightly different to the current objects table anyway as it wouldn't be a 1-many relationship.

@mmalenic mmalenic self-assigned this Aug 12, 2024
@mmalenic mmalenic added filemanager an issue relating to the filemanager refactor labels Aug 12, 2024
@mmalenic
Copy link
Member Author

Related to #376.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager refactor
Projects
None yet
1 participant