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

Change FileItem.file_size to PositiveBigIntegerField #92

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

annehaley
Copy link
Collaborator

This PR changes the class of the file_size field on the FileItem model and creates a new migration file to reflect the change. The field class change allows us to specify larger values for the size of an uploaded file. The previous class had an upper limit of 2.15 GB, and we have encountered larger files that we need to ingest.

Base automatically changed from curbs-aid to master January 10, 2025 19:12
@annehaley annehaley merged commit c344380 into master Jan 10, 2025
4 checks passed
@annehaley annehaley deleted the file-size-field branch January 10, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants