Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent integer overflows for file/AIP sizes (#346)
When storing AIP and file size values, and using MySQL as the database, file size values larger than 2GB were being stored only as 2GB. This changes the SQLalchemy integer type, used for this data, so sizes will be stored correctly.
- Loading branch information